Skip to content

Commit

Permalink
Try just intel compiler in new CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ktras committed Apr 2, 2024
1 parent d20be25 commit 6328e09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI-more-compliers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
compiler: ${{ matrix.toolchain.compiler }}
version: ${{ matrix.toolchain.version }}

- run: |
- name: Run intel
if: contains(matrix.toolchain, 'intel')
run:
${{ env.FC }} ... # environment vars FC, CC, and CXX are set
${{ steps.setup-fortran.outputs.fc }} ... # outputs work too
export PATH="${HOME}/.local/bin:$PATH"
Expand Down

0 comments on commit 6328e09

Please sign in to comment.