Skip to content

Commit

Permalink
CI: Another try with syntax fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Jun 25, 2024
1 parent c4bf87e commit 17a20a4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/intel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,13 @@ jobs:
mkdir build
cd build
source /opt/intel/oneapi/setvars.sh
echo "------------"
ls /opt/intel/oneapi/
echo "------------"
ls /opt/intel/oneapi/2024.1/
echo "------------"
ls /opt/intel/oneapi/2024.1/bin/
echo "------------"
echo "------------"
ls /opt/intel/oneapi/
echo "------------"
ls /opt/intel/oneapi/2024.1/
echo "------------"
ls /opt/intel/oneapi/2024.1/bin/
echo "------------"
export PATH=/opt/intel/oneapi/2024.1/bin/:$PATH
export LD_LIBRARY_PATH=/opt/intel/oneapi/2024.1/lib/:$LD_LIBRARY_PATH
printenv >> $GITHUB_ENV
Expand Down

0 comments on commit 17a20a4

Please sign in to comment.