We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent badb4b0 commit e9ca8d9Copy full SHA for e9ca8d9
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
run: echo "MASP_PARAMS=$(cargo run --release --example get-params-path --features directories)" >> $GITHUB_ENV
30
- name: Cache MASP parameters
31
id: cache-params
32
- uses: actions/cache@v3.3.2
+ uses: actions/cache@v4
33
with:
34
path: ${{ env.MASP_PARAMS }}
35
key: ${{ runner.os }}-params
@@ -131,6 +131,8 @@ jobs:
131
image: rustlang/rust:nightly
132
steps:
133
- uses: actions/checkout@v3
134
+ - name: Add target
135
+ run: rustup toolchain install 1.81.0-x86_64-unknown-linux-gnu
136
- name: Install cargo-audit
137
run: cargo install cargo-audit
138
- name: Cargo Audit
0 commit comments