Once more unto the breach!

Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley
2023-09-10 13:48:22 -07:00
parent fe893e6690
commit 8671481db4

View File

@@ -93,11 +93,9 @@ jobs:
with:
tool: xbuild@0.2.0
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}${{ matrix.platform.host }}
targets: ${{ matrix.platform.target }}
components: clippy
- 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
@@ -111,7 +109,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: >