Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rschoene committed Dec 14, 2023
1 parent e9775fa commit 20c3b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
cd build
make -j2
- name: Build (OneAPI)
if: matrix.ONEAPI !='0'
if: matrix.ONEAPI !='0' && matrix.CUDA =='0'
run: |
. /opt/intel/oneapi/${{ matrix.ONEAPI }}/oneapi-vars.sh
cd build
Expand Down

0 comments on commit 20c3b02

Please sign in to comment.