Update binaries workflow to mozilla-actions/sccache-action@v0.0.9 (#419)

This commit is contained in:
Ulyssa 2025-05-15 09:26:41 -07:00
parent a9c1e69a89
commit 6529e61963
No known key found for this signature in database
GPG key ID: E89D22A22CCE8038

View file

@ -60,7 +60,7 @@ jobs:
path: ~/.cargo/registry path: ~/.cargo/registry
key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }} key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
- name: Run sccache-cache - name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3 uses: mozilla-actions/sccache-action@v0.0.9
- name: 'Build: binary' - name: 'Build: binary'
run: cargo build --release --locked --target ${{ env.TARGET }} run: cargo build --release --locked --target ${{ env.TARGET }}
- name: 'Upload: binary' - name: 'Upload: binary'