Skip to content

Commit

Permalink
Test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDing committed Oct 14, 2024
1 parent 33d95c7 commit b025f4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ jobs:
- name: Install dependencies for aws-lc-rs
shell: bash
run: |
# https://aws.github.io/aws-lc-rs/requirements/linux.html
if [ "${{ matrix.os }}" = "windows-latest" ]; then
winget install LLVM.LLVM
echo 'LIBCLANG_PATH="C:\Program Files\LLVM\bin"' >> $GITHUB_ENV
echo 'AWS_LC_SYS_PREBUILT_NASM=1' >> $GITHUB_ENV
else
cargo install --force --locked bindgen-cli
elif [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
sudo apt-get install -y build-essential cmake golang libclang1 libclang-dev
cargo install --force --locked bindgen-cli
fi
cargo install --force --locked bindgen-cli
- name: Build
if: matrix.target != 'aarch64-apple-darwin'
Expand Down

0 comments on commit b025f4b

Please sign in to comment.