Skip to content

Commit faa93d5

Browse files
committed
workflow
1 parent 6a49ba7 commit faa93d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
echo "deb https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
155155
sudo apt-get update
156156
- 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
157+
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
158158
- name: Setup Intel oneAPI environment
159159
run: |
160160
source /opt/intel/oneapi/setvars.sh

0 commit comments

Comments
 (0)