Skip to content

Commit

Permalink
fix8
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolLoong committed Sep 4, 2024
1 parent b91d579 commit 94d2142
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,12 @@ jobs:
toolchain: nightly
profile: minimal
override: true
- shell: pwsh
name: Install dependencies
- name: Install dependencies
if: matrix.arch == 'arm64' && matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y gcc-aarch64-linux-gnu libc6-dev-arm64-cross
echo "CC=aarch64-linux-gnu-gcc" >> $env:$GITHUB_ENV
echo "CC=aarch64-linux-gnu-gcc" >> $GITHUB_ENV
- name: cross build
run: rustup set auto-self-update disable && rustup target add ${{ matrix.rust_target }} && cargo build --verbose --release --target=${{ matrix.rust_target }}
- run: npm install
Expand Down

0 comments on commit 94d2142

Please sign in to comment.