mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Update binaries workflow to mozilla-actions/sccache-action@v0.0.9
(#419)
This commit is contained in:
parent
a9c1e69a89
commit
6529e61963
1 changed files with 1 additions and 1 deletions
2
.github/workflows/binaries.yml
vendored
2
.github/workflows/binaries.yml
vendored
|
@ -60,7 +60,7 @@ jobs:
|
|||
path: ~/.cargo/registry
|
||||
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
|
||||
- name: Run sccache-cache
|
||||
uses: mozilla-actions/sccache-action@v0.0.3
|
||||
uses: mozilla-actions/sccache-action@v0.0.9
|
||||
- name: 'Build: binary'
|
||||
run: cargo build --release --locked --target ${{ env.TARGET }}
|
||||
- name: 'Upload: binary'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue