rust \
xz
- name: Install cbindgen
- run: cargo install --force --debug --version 0.14.1 cbindgen
+ run: cargo install --force --debug --version 0.24.3 cbindgen
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- run: pip3 install PyYAML
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
# hack: install our own cbindgen system wide as we can't get the
# preinstalled one to be picked up by configure
- name: cbindgen
- run: cargo install --root /usr --force --debug --version 0.14.1 cbindgen
+ run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
with:
# hack: install our own cbindgen system wide as we can't get the
# preinstalled one to be picked up by configure
- name: cbindgen
- run: cargo install --root /usr --force --debug --version 0.14.1 cbindgen
+ run: cargo install --root /usr --force --debug --version 0.24.3 cbindgen
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/download-artifact@fb598a63ae348fa914e94cd0ff38f362e927b741
with:
- name: Install cbindgen
run: |
cd $HOME/.cargo/bin
- curl -OL https://github.com/eqrion/cbindgen/releases/download/v0.15.0/cbindgen
+ curl -OL https://github.com/eqrion/cbindgen/releases/download/v0.24.3/cbindgen
chmod 755 cbindgen
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
# no need to install full clang
apt-get install -y clang-format-9
- name: Install cbindgen
- run: cargo install --force --debug --version 0.14.1 cbindgen
+ run: cargo install --force --debug --version 0.24.3 cbindgen
- run: echo "$HOME/.cargo/bin" >> $GITHUB_PATH
# Checking out the branch is not as simple as "checking out".
#