Skip to content

Commit

Permalink
Update macos.yml. [skip iOS][skip Windows][skip Android][skip Linux]
Browse files Browse the repository at this point in the history
Signed-off-by: Li Jin <[email protected]>
  • Loading branch information
pigpigyyy authored Dec 2, 2024
1 parent 82558b5 commit 2a05d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
rustup target add x86_64-apple-darwin
cargo build --target x86_64-apple-darwin
cp target/x86_64-apple-darwin/debug/libdora_runtime.a lib/macOS/libdora_runtime.a
lipo -info lib/macOS/libdora_runtime.a
xcodebuild ARCHS=x86_64 ONLY_ACTIVE_ARCH=NO -project ../../Projects/macOS/Dora.xcodeproj -target Dora -configuration Debug
- name: Pack
if: startsWith(github.ref, 'refs/tags/')
run: |
Expand Down

0 comments on commit 2a05d16

Please sign in to comment.