Skip to content

Commit

Permalink
ci: try older base image
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasna committed Mar 24, 2024
1 parent a8fa096 commit f3a0b2a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/_01_pre_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
audit:
runs-on: ubuntu-22.04
container:
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2024-02-04-ubuntu-22.04-45"
image: "ghcr.io/${{ github.repository }}/rust-base:nightly-2024-02-04-ubuntu-22.04-44"
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -51,11 +51,6 @@ jobs:
- name: Setup sccache 🚀
run: ./ci/scripts/install_sccache.sh $SCCACHE_VERSION

- name: Setup Rust cache 🦀💰
uses: namespacelabs/nscloud-cache-action@v1
with:
cache: rust

- name: cargo audit 🕵️‍♂️
run: cargo cf-audit

Expand Down

0 comments on commit f3a0b2a

Please sign in to comment.