Skip to content

Commit

Permalink
ci: fix libgfortran not being available in MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gnikit committed Jan 16, 2024
1 parent 4eeb1dd commit f554100
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: MacOS system setup
if: runner.os == 'macOS'
run: |
brew install gcc@9
- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit f554100

Please sign in to comment.