Skip to content

Commit

Permalink
fix 3
Browse files Browse the repository at this point in the history
Signed-off-by: Ian <ianpike98@gmail.com>
  • Loading branch information
Rinzii committed Dec 31, 2024
1 parent ce19f09 commit 699a7bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@ jobs:
run: |
if [[ "${{ matrix.compiler }}" == "ninja-intel" ]]; then
echo "/opt/intel/oneapi/compiler/latest/linux/bin" >> $GITHUB_PATH
sudo chmod +x /opt/intel/oneapi/setvars.sh # Ensure the script is executable
/opt/intel/oneapi/setvars.sh > setvars_output.sh
sed -n '/export /p' setvars_output.sh | sed 's/export //g' >> $GITHUB_ENV
elif [[ "${{ matrix.compiler }}" == "ninja-nvidia-hpc" ]]; then
echo "/opt/nvidia/hpc_sdk/Linux_x86_64/${{ matrix.nvhpc }}/compilers/bin" >> $GITHUB_PATH
fi
- name: Configure CMake
run: |
cmake -S . --preset=${{matrix.compiler}} -B build -DCMAKE_CXX_STANDARD=${{matrix.cxx_version}}
Expand Down

0 comments on commit 699a7bc

Please sign in to comment.