Skip to content

Commit

Permalink
fix fastdeploy (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO authored Sep 16, 2023
1 parent e4220d9 commit 06196a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
matrix:
os: [ubuntu, windows, macos]
arch: [x64, arm64]
# include:
# - os: ubuntu
# arch: arm64-android
# - os: ubuntu
# arch: x64-android
include:
- os: ubuntu
arch: arm64-android
- os: ubuntu
arch: x64-android
fail-fast: false
defaults:
run:
Expand Down
5 changes: 3 additions & 2 deletions vcpkg-overlay/ports/maa-fastdeploy/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO MaaAssistantArknights/FastDeploy
REF 5d576a9dceae33854fc9569f97251a14d7dacdbb
SHA512 fcd255a7e130805e8346ecc977017d2f80082c46a442c20f39a9c75a2be5e3d3a50d10afe4328e6ce150b44ed1e0b6f1a8f9d0d5d21cde6c57981921709087bd
REF 2279e19c150c4fc371a9be291f16f3d52633703d
SHA512 380151fdafe81db1ec5c0bcc3e798664d2ff0a10916b8718a194a78074704fab9205821ee51f0ec9b050f3f810d49dc985d95d453718dc592d2076b205a2258a
HEAD_REF maadeps
PATCHES
000-fix-rpath.patch
)
Expand Down

0 comments on commit 06196a5

Please sign in to comment.