Skip to content

Commit

Permalink
update CI for release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
amesgen committed Dec 13, 2020
1 parent a63ded8 commit c3a130f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/setup-haskell@v1
- uses: haskell/actions/setup@v1
if: runner.os != 'Linux'
with:
ghc-version: '8.10.1'
ghc-version: '8.10.2'
cabal-version: '3.2'
- name: Build Linux binary
if: runner.os == 'Linux'
run: |
docker run \
-v $(pwd):/mnt -w /mnt \
utdemir/ghc-musl:v14-ghc8101 \
utdemir/ghc-musl:v16-ghc8102 \
bash .github/workflows/build.sh
- name: Build ${{ runner.os }} binary
if: runner.os != 'Linux'
Expand Down

0 comments on commit c3a130f

Please sign in to comment.