We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7014dcf commit 2a4d705Copy full SHA for 2a4d705
.github/workflows/ci_fpm.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
21
- - uses: fortran-lang/setup-fpm@v4
+ - uses: fortran-lang/setup-fpm@v7
22
with:
23
github-token: ${{ secrets.GITHUB_TOKEN }}
24
.github/workflows/composite-unix/action.yml
@@ -6,16 +6,6 @@ runs:
6
7
8
9
- - name: install Ninja (Linux)
10
- shell: bash
11
- if: runner.os == 'Linux'
12
- run: sudo apt install --no-install-recommends ninja-build
13
-
14
- - name: Install Ninja (MacOS)
15
16
- if: runner.os == 'macOS'
17
- run: brew install ninja
- name: Configure
shell: bash
run: >-
0 commit comments