Skip to content

Commit

Permalink
CI: See if can figure out intel build failure
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Sjaardema <[email protected]>
  • Loading branch information
gdsjaar committed Jun 25, 2024
1 parent f3a0a93 commit c4bf87e
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 c4bf87e

Please sign in to comment.