Skip to content

Commit

Permalink
github-ci: fix debian 10 test using rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Nov 15, 2020
1 parent 828bf6d commit a9249cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1011,10 +1011,12 @@ jobs:
make \
python-yaml \
pkg-config \
rustc \
sudo \
zlib1g \
zlib1g-dev
- name: Install Rust
run: curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain $RUST_VERSION_KNOWN -y
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Install cbindgen
run: cargo install --force --debug --version 0.14.1 cbindgen
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit a9249cb

Please sign in to comment.