Skip to content

Commit

Permalink
Try to export file
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne authored Sep 11, 2023
1 parent d8059b1 commit d1b831f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/linux_install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,6 @@ runs:
sudo apt-get install -y intel-oneapi-compiler-fortran intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic intel-oneapi-openmp intel-oneapi-mkl
LATEST_VERSION=$(ls -1 /opt/intel/oneapi/compiler/ | grep -v latest | sort | tail -1)
# shellcheck source=/dev/null
source /opt/intel/oneapi/compiler/"$LATEST_VERSION"/env/vars.sh
cat /opt/intel/oneapi/compiler/"$LATEST_VERSION"/env/vars.sh
cat /opt/intel/oneapi/compiler/"$LATEST_VERSION"/env/vars.sh >> $GITHUB_ENV
shell: bash

0 comments on commit d1b831f

Please sign in to comment.