There was an error while loading. Please reload this page.
1 parent e2bb70e commit 692e7baCopy full SHA for 692e7ba
1 file changed
.github/workflows/foo.yml
@@ -5,8 +5,6 @@ on:
5
branches:
6
- fast-test
7
pull_request:
8
- branches:
9
- - main
10
11
jobs:
12
build:
@@ -15,8 +13,8 @@ jobs:
15
13
steps:
16
14
- run: rm -rf /usr/local/.ghcup
17
- run: |
18
- src=https://github.com/hspec/setup-haskell/releases/download/nightly/dist-$RUNNER_OS-$RUNNER_ARCH.tar.gz
19
- curl -sSL "$src" | tar -xz -C /usr/local
+ src=https://github.com/hspec/setup-haskell/releases/download/nightly/dist-$RUNNER_OS-$RUNNER_ARCH.tar.gz
+ curl -sSL "$src" | tar -xz -C /usr/local
20
- run: ghcup list
21
- run: ghc --version
22
- run: cabal update
0 commit comments