Skip to content

Commit

Permalink
Remove cache from check-bindings CI job
Browse files Browse the repository at this point in the history
Github actions is currently seemingly randomly switching the
ubuntu-latest runner between ubuntu 22.04 and 24.04. If cargo-minify was
compiled on ubuntu 24.04 and cached, using the cached version on ubuntu
22.04 will fail with "version `GLIBC_2.39' not found".
  • Loading branch information
bjorn3 committed Oct 21, 2024
1 parent 986d016 commit b107f22
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,6 @@ jobs:
sudo apt update
sudo apt install libpam0g-dev
- name: Rust Cache
uses: Swatinem/rust-cache@v2
with:
shared-key: "msrv"

- name: Install rust-bindgen
uses: taiki-e/install-action@v2
with:
Expand Down

0 comments on commit b107f22

Please sign in to comment.