Disable livekit-api on win-aarch64 & WebRTC Builds CI (#51)
* update CI * fix path * fix attempt * fix attempt 2 * fix attempt 3 * fix attempt 3
This commit is contained in:
@@ -18,6 +18,7 @@ jobs:
|
||||
target: x86_64-pc-windows-msvc
|
||||
- os: windows-latest
|
||||
target: aarch64-pc-windows-msvc
|
||||
extraargs: --exclude livekit-api # livekit-api isn't compatible with windows arm64 (waiting for v0.17 of ring)
|
||||
- os: macos-latest
|
||||
target: x86_64-apple-darwin
|
||||
- os: macos-latest
|
||||
@@ -36,17 +37,12 @@ jobs:
|
||||
rustup update --no-self-update stable
|
||||
rustup target add ${{ matrix.target }}
|
||||
|
||||
- if: ${{ matrix.target == 'aarch64-pc-windows-msvc' }}
|
||||
run: |
|
||||
echo "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\Llvm\x64\bin" >> $GITHUB_PATH
|
||||
shell: bash
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Build
|
||||
run: cargo build --release --verbose --target ${{ matrix.target }}
|
||||
run: cargo build --workspace --release --verbose --target ${{ matrix.target }} ${{ matrix.extraargs }}
|
||||
|
||||
- name: Build examples
|
||||
working-directory: examples
|
||||
|
||||
Reference in New Issue
Block a user