diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2021-02-06 14:04:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-06 14:04:45 +0100 |
| commit | 173fca7f125e84736e3d1cfe5b1b2e0b8d729141 (patch) | |
| tree | b514f2bae52223e4b628e3d6a00aea34209d330a /.github/workflows | |
| parent | 655173932ec529412b2a3f2b369e35aef6a39a8d (diff) | |
| parent | c6ff3e0c5ebd9bfcda05dd1199478837f09fb7e7 (diff) | |
Merge pull request #93 from inariksit/notYet-errormsg
Fix #92 (inappropriate error message)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-all-versions.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-all-versions.yml b/.github/workflows/build-all-versions.yml index df71f0ac0..46bd05b23 100644 --- a/.github/workflows/build-all-versions.yml +++ b/.github/workflows/build-all-versions.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/checkout@v2 if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master' - - uses: actions/setup-haskell@v1.1.1 + - uses: actions/setup-haskell@v1.1.4 id: setup-haskell-cabal name: Setup Haskell with: @@ -73,7 +73,7 @@ jobs: - uses: actions/checkout@v2 if: github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.ref == 'refs/heads/master' - - uses: actions/setup-haskell@v1.1 + - uses: actions/setup-haskell@v1.1.4 name: Setup Haskell Stack with: # ghc-version: ${{ matrix.ghc }} |
