Update rust.yml

This commit is contained in:
Takeshi Watanabe 2020-12-24 20:52:10 +09:00 committed by GitHub
parent 928401500d
commit 98da1588b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,9 @@ jobs:
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
sudo apt update
sudo apt install ocl-icd-opencl-dev
- name: Build
run: cargo build --verbose
- name: Run tests