Skip to content

Commit

Permalink
Merge pull request #22 from MulverineX/main
Browse files Browse the repository at this point in the history
  • Loading branch information
andycall authored Apr 30, 2024
2 parents 44db296 + cc10c06 commit 011c761
Show file tree
Hide file tree
Showing 4 changed files with 3,126 additions and 4,601 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/publish_to_dart_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run_install: true
- uses: jwlawson/[email protected]
with:
cmake-version: ${{ env.cmakeVersion }}\
cmake-version: ${{ env.cmakeVersion }}
- name: Build windows dll
run: pnpm run build:bridge:windows:release
- uses: actions/[email protected]
Expand Down Expand Up @@ -95,6 +95,10 @@ jobs:
with:
version: ${{ env.pnpmVersion }}
run_install: true
- uses: pnpm/action-setup@v3
with:
version: ${{ env.pnpmVersion }}
run_install: true
- uses: jwlawson/[email protected]
with:
cmake-version: ${{ env.cmakeVersion }}
Expand All @@ -105,7 +109,7 @@ jobs:
name: ios_binary
path: bridge/build/ios/
build_android_binary:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/[email protected]
with:
Expand All @@ -117,7 +121,7 @@ jobs:
with:
version: ${{ env.pnpmVersion }}
run_install: true
- uses: nttld/setup-ndk@v1.4.2
- uses: nttld/setup-ndk@v1.2.0
id: setup-ndk
with:
ndk-version: r26d
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"ws": "^7.3.0"
},
"dependencies": {
"cross-spawn": "^7.0.3",
"prepend-file": "^2.0.1"
}
}
Loading

0 comments on commit 011c761

Please sign in to comment.