mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-08-02 22:30:41 +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:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
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
|
- name: Install intel compute runtime
|
||||||
run: |
|
run: |
|
||||||
sudo add-apt-repository ppa:intel-opencl/intel-opencl
|
sudo add-apt-repository ppa:intel-opencl/intel-opencl
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue