We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13ea0fd commit dceb53bCopy full SHA for dceb53b
.github/workflows/c-cpp.yml
@@ -226,8 +226,7 @@ jobs:
226
echo "deb https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
227
sudo add-apt-repository -y "deb https://apt.repos.intel.com/oneapi all main"
228
sudo apt update --allow-insecure-repositories
229
- sudo apt --allow-unauthenticated -y install intel-oneapi-compiler-dpcpp-cpp libgtest-dev curl git python3-pip
230
- sudo pip3 install meson ninja
+ sudo apt --allow-unauthenticated -y install intel-oneapi-compiler-dpcpp-cpp libgtest-dev curl git python3-pip meson
231
232
- name: Install Intel SDE
233
run: |
0 commit comments