mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 08:24:44 +00:00
Setup cache for cargo
This commit is contained in:
parent
153421b1c6
commit
1292abdfd3
1 changed files with 8 additions and 1 deletions
9
.github/workflows/rust.yml
vendored
9
.github/workflows/rust.yml
vendored
|
@ -17,7 +17,14 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: true
|
||||
submodules: true
|
||||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: |
|
||||
~/.cargo/registry
|
||||
~/.cargo/git
|
||||
target
|
||||
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
|
||||
- name: Install intel compute runtime
|
||||
run: |
|
||||
sudo add-apt-repository ppa:intel-opencl/intel-opencl
|
||||
|
|
Loading…
Add table
Reference in a new issue