Skip to content

Commit

Permalink
[UR] Install DPCXX
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Vesely committed Jun 27, 2023
1 parent df3949e commit 40ef304
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
make
sudo make install
cd ..
- name: Download DPC++
run: |
wget -O ${{github.workspace}}/dpcxx_install.sh https://registrationcenter-download.intel.com/akdlm/IRC_NAS/89283df8-c667-47b0-b7e1-c4573e37bd3e/l_dpcpp-cpp-compiler_p_2023.1.0.46347.sh
sudo chmod +x ${{github.workspace}}/dpcxx_install.sh
sudo ${{github.workspace}}/dpcxx_install.sh -a -c -s --eula accept --install-dir ${{github.workspace}}/dpcxx
- name: Configure CMake
run: >
Expand Down

0 comments on commit 40ef304

Please sign in to comment.