Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfaranha committed May 9, 2024
1 parent 2de25e5 commit fe31911
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/gmp.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
name: Faster configuration (GMP)

defaults:
run:
shell: ${{ matrix.os == 'windows-latest' && 'msys2 {0}' || 'bash' }}

on:
push:
branches:
Expand Down Expand Up @@ -41,6 +37,11 @@ jobs:
os: macos-latest,
cc: "clang",
}

defaults:
run:
shell: ${{ matrix.os == 'windows-latest' && 'msys2 {0}' || 'bash' }}

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit fe31911

Please sign in to comment.