Skip to content

Commit 4563c82

Browse files
committed
workflow
1 parent faa93d5 commit 4563c82

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/c-cpp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ jobs:
145145
image: ubuntu:20.04
146146
steps:
147147
- uses: actions/checkout@v2
148+
- name: install packages
149+
run: apt-get update && apt-get install -y zlib1g-dev wget gcc g++ autoconf automake make libzstd-dev
148150
- name: Intel Apt repository
149151
timeout-minutes: 1
150152
run: |
@@ -154,7 +156,7 @@ jobs:
154156
echo "deb https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
155157
sudo apt-get update
156158
- name: install packages
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
159+
run: apt-get update && apt-get install -y libzstd-dev intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
158160
- name: Setup Intel oneAPI environment
159161
run: |
160162
source /opt/intel/oneapi/setvars.sh

0 commit comments

Comments
 (0)