mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-20 00:14:45 +00:00
Update rust.yml
This commit is contained in:
parent
b8e33672e5
commit
928401500d
1 changed files with 5 additions and 0 deletions
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
|
@ -38,6 +38,11 @@ jobs:
|
|||
|
||||
wget https://github.com/intel/compute-runtime/releases/download/20.51.18762/ww51.sum
|
||||
sha256sum -c ww51.sum
|
||||
|
||||
wget https://github.com/oneapi-src/level-zero/releases/download/v1.0.22/level-zero-devel_1.0.22+u18.04_amd64.deb
|
||||
wget https://github.com/oneapi-src/level-zero/releases/download/v1.0.22/level-zero_1.0.22+u18.04_amd64.deb
|
||||
wget https://github.com/intel/intel-graphics-compiler/releases/download/igc-1.0.5884/intel-igc-opencl-devel_1.0.5884_amd64.deb
|
||||
|
||||
sudo dpkg -i *.deb
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
|
|
Loading…
Add table
Reference in a new issue