Skip to content

Commit

Permalink
ci:oneapi: latest action
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Mar 28, 2024
1 parent 9c448a1 commit bc055e2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/oneapi-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: cache install oneAPI
id: cache-install
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
/opt/intel/oneapi
Expand All @@ -64,8 +64,7 @@ jobs:
-Dintsize64=${{ matrix.int64 }}
-DCMAKE_INSTALL_PREFIX=${{ runner.temp }}
- name: print config log
if: ${{ failure() }}
- name: print config log CMake
run: cat build/CMakeFiles/CMakeConfigureLog.yaml

- name: CMake build
Expand Down

0 comments on commit bc055e2

Please sign in to comment.