Skip to content

Commit

Permalink
230913.221540.HKT revise lint_hosted.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zaikunzhang committed Sep 13, 2023
1 parent 281c0ed commit 4033789
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint_hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ on:
# Show the git ref in the workflow name if it is invoked manually.
run-name: ${{ github.event_name == 'workflow_dispatch' && format('Manual run {0}', inputs.git-ref) || '' }}

env:
GFORTRAN_VERSION: 13

jobs:

Expand Down Expand Up @@ -89,7 +91,7 @@ jobs:
id: setup-fortran
with:
compiler: gcc
version: 13
version: ${{ env.GFORTRAN_VERSION }}

- name: Install Intel oneAPI
run: bash .github/scripts/install_oneapi_linux.sh
Expand Down

0 comments on commit 4033789

Please sign in to comment.