Skip to content

Commit

Permalink
Once more unto the breach!
Browse files Browse the repository at this point in the history
Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull committed Sep 10, 2023
1 parent 8838806 commit cbb4982
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ jobs:
with:
tool: [email protected]

- name: Install LLVM tools for Android
if: contains(matrix.platform.target, 'android')
run: sudo apt-get install llvm lld lldb clang clang++

- name: Check documentation
run: cargo doc --no-deps $OPTIONS --document-private-items

Expand All @@ -104,7 +108,7 @@ jobs:

- name: Package crate for iOS
if: contains(matrix.platform.target, 'ios')
run: x build -p xbuild-target --plaform ios --arch arm64
run: x build -p xbuild-target --platform ios --arch arm64

- name: Build tests
if: >
Expand Down

0 comments on commit cbb4982

Please sign in to comment.