mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-27 11:13:48 +03:00
Use not-yet-upstreamed setup-haskell fix
This commit is contained in:
parent
ac8f4c88de
commit
237730c0eb
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -29,7 +29,8 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- uses: actions/setup-haskell@v1.1
|
||||
# - uses: actions/setup-haskell@v1.1
|
||||
- uses: haskell-CI/setup@master
|
||||
id: setup-haskell
|
||||
with:
|
||||
ghc-version: ${{ matrix.ghc }}
|
||||
|
7
.github/workflows/nightly.yml
vendored
7
.github/workflows/nightly.yml
vendored
@ -54,6 +54,7 @@ jobs:
|
||||
submodules: true
|
||||
|
||||
- uses: actions/setup-haskell@v1.1
|
||||
- uses: haskell-CI/setup@master
|
||||
with:
|
||||
ghc-version: "8.8"
|
||||
|
||||
@ -63,11 +64,7 @@ jobs:
|
||||
name: docs
|
||||
|
||||
- shell: bash
|
||||
# path stuff is a temporary workaround until setup-haskell is fixed.
|
||||
run: |
|
||||
export PATH=~/.ghcup/ghc/8.8.3/bin:$PATH
|
||||
echo "::set-env name=PATH::$PATH"
|
||||
.github/ci.sh build
|
||||
run: .github/ci.sh build
|
||||
|
||||
- shell: bash
|
||||
run: .github/ci.sh setup_dist_bins
|
||||
|
Loading…
Reference in New Issue
Block a user