File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments