Skip to content

Commit 616f913

Browse files
committed
Correct workflow
1 parent 0818b87 commit 616f913

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ jobs:
4242
- uses: actions/checkout@v2
4343

4444
- uses: ./.github/actions/setup-build
45-
with:
46-
ghc: ${{ matrix.ghc }}
47-
os: ${{ runner.os }}
45+
with:
46+
ghc: ${{ matrix.ghc }}
47+
os: ${{ runner.os }}
4848

4949
# some alpines come with integer-simple instead of integer-gmp
5050
- name: Force integer-simple

0 commit comments

Comments
 (0)