Skip to content

Commit 2a4d705

Browse files
committed
ci: Ninja now pre-installed on GA runners
1 parent 7014dcf commit 2a4d705

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

.github/workflows/ci_fpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020

21-
- uses: fortran-lang/setup-fpm@v4
21+
- uses: fortran-lang/setup-fpm@v7
2222
with:
2323
github-token: ${{ secrets.GITHUB_TOKEN }}
2424

.github/workflows/composite-unix/action.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,6 @@ runs:
66

77
steps:
88

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-
shell: bash
16-
if: runner.os == 'macOS'
17-
run: brew install ninja
18-
199
- name: Configure
2010
shell: bash
2111
run: >-

0 commit comments

Comments
 (0)