Skip to content

Commit 07c2259

Browse files
authored
ci: fix 32-bit linux compilation by reverting setup-fortran gh action to v1.6.1 (#215)
Revert "build(deps): bump fortran-lang/setup-fortran from 1.6.1 to 1.8.1 (#213)" This reverts commit fd39072.
1 parent be7b3e5 commit 07c2259

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Checkout sources
3030
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3131
- name: Setup Fortran compiler
32-
uses: fortran-lang/setup-fortran@47809fdb6e637da656ce9ada436527b240c1287f # v1.8.1
32+
uses: fortran-lang/setup-fortran@8821f57b53846d35d62632eb51c60ac6c4bff4ce # v1.6.1
3333
with:
3434
compiler: intel
3535
- name: Build C library

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: runner.os == 'Linux'
2929
run: sudo apt-get update && sudo apt-get install gcc-multilib
3030
- name: Setup Fortran compiler
31-
uses: fortran-lang/setup-fortran@47809fdb6e637da656ce9ada436527b240c1287f # v1.8.1
31+
uses: fortran-lang/setup-fortran@8821f57b53846d35d62632eb51c60ac6c4bff4ce # v1.6.1
3232
with:
3333
compiler: intel
3434
- name: Build C library

0 commit comments

Comments
 (0)