Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Feb 2, 2021
1 parent bcf91b3 commit 8f542c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
BINDGEN_NO_DEFAULT_FEATURES: 0
run: |
apt-get update
apt-get install -y curl gcc git g++ libclang1 libtinfo5 xz-utils
apt-get install -y curl gcc git g++ libclang1-9 libtinfo5 xz-utils
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal
source $HOME/.cargo/env
./ci/test.sh
Expand Down

0 comments on commit 8f542c4

Please sign in to comment.