Skip to content

Commit ab3c3b3

Browse files
committed
Fix test workflow
1 parent 87b1281 commit ab3c3b3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,8 @@ jobs:
263263
needs: [] # Don't depend on other test jobs
264264
env:
265265
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
266-
# PKGS: >
267-
# libxerces-c-dev xsdcxx libboost-program-options-dev
266+
PKGS: >
267+
libxerces-c-dev xsdcxx libboost-program-options-dev
268268
269269
steps:
270270
- name: Show CPU information
@@ -280,11 +280,11 @@ jobs:
280280
run: |
281281
echo ONEAPI_HASH=$(echo "${LINUX_BASEKIT_URL}" | md5sum | cut -f 1 -d" ") >> $GITHUB_ENV
282282
283-
# - name: Install dependencies
284-
# shell: bash
285-
# run: |
286-
# sudo apt-get update
287-
# sudo apt-get install -y ${{ env.PKGS }}
283+
- name: Install dependencies
284+
shell: bash
285+
run: |
286+
sudo apt-get update
287+
sudo apt-get install -y ${{ env.PKGS }}
288288
289289
- name: Cache Intel OneAPI
290290
id: cache-oneapi

0 commit comments

Comments
 (0)