We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a49ba7 commit faa93d5Copy full SHA for faa93d5
1 file changed
.github/workflows/c-cpp.yml
@@ -154,7 +154,7 @@ jobs:
154
echo "deb https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
155
sudo apt-get update
156
- name: install packages
157
- run: apt-get update && apt-get install -y zlib1g-dev gcc g++ autoconf automake make libzstd-dev intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
+ run: apt-get update && apt-get install -y zlib1g-dev wget gcc g++ autoconf automake make libzstd-dev intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
158
- name: Setup Intel oneAPI environment
159
run: |
160
source /opt/intel/oneapi/setvars.sh
0 commit comments