Skip to content

Commit

Permalink
Save env
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilyBourne committed Sep 12, 2023
1 parent a2fe16b commit 8de661f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/actions/linux_install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +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
ls -a
echo "source /opt/intel/oneapi/compiler/$LATEST_VERSION/env/vars.sh" >> .bashrc
#echo $PATH > $GITHUB_PATH
#echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" >> $GITHUB_ENV
printenv > $GITHUB_ENV
echo $PATH > $GITHUB_PATH
shell: bash

0 comments on commit 8de661f

Please sign in to comment.