Skip to content

Commit

Permalink
Update Intel oneAPI environment setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei-noda-qcrg committed Dec 5, 2023
1 parent 62820a8 commit 5875fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
sudo apt-get install -y intel-oneapi-mpi-devel intel-oneapi-mkl
- name: Set Intel oneAPI environments
run: |
source /opt/intel/oneapi/setvars.sh
source /opt/intel/oneapi/setvars.sh --force
printenv >> $GITHUB_ENV
- name: Install cmake
run: |
Expand Down

0 comments on commit 5875fdc

Please sign in to comment.