Skip to content

Commit

Permalink
meta: Cache more stuff in push workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zphixon committed Sep 18, 2022
1 parent 7c972db commit b83100b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
~/.cargo/registry/index/
~/.cargo/registry/cache/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
key: ${{ runner.os }}-cargo
- name: glslang/gtk3
run: sudo apt install glslang-tools build-essential libgtk-3-dev
- name: naga
Expand All @@ -39,7 +39,7 @@ jobs:
~/.cargo/registry/index/
~/.cargo/registry/cache/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
key: ${{ runner.os }}-cargo
- name: install/check naga/glslang
run: |
Invoke-WebRequest -URI https://ci.appveyor.com/api/buildjobs/nweuuamas19eil5c/artifacts/build%2Finstall%2Fglslang-master-windows-x64-Release.zip -OutFile glslang.zip
Expand All @@ -62,7 +62,7 @@ jobs:
~/.cargo/registry/index/
~/.cargo/registry/cache/
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.toml') }}
key: ${{ runner.os }}-cargo
- name: glslang
run: brew install glslang
- name: naga
Expand Down

0 comments on commit b83100b

Please sign in to comment.