1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-05-18 16:07:46 +00:00

Don't install Cargo dependencies on cache hit

This commit is contained in:
Joshua Goins 2024-05-18 09:49:16 -04:00
parent e5caab2e64
commit 471f16e48c

View file

@ -34,6 +34,7 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
- name: Install dependencies
if: steps.cache-deps.outputs.cache-hit != 'true'
run: |
sudo apt-get update
sudo apt-get install \