Skip to content

Commit 692e7ba

Browse files
authored
Update foo.yml
1 parent e2bb70e commit 692e7ba

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/foo.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- fast-test
77
pull_request:
8-
branches:
9-
- main
108

119
jobs:
1210
build:
@@ -15,8 +13,8 @@ jobs:
1513
steps:
1614
- run: rm -rf /usr/local/.ghcup
1715
- 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
16+
src=https://github.com/hspec/setup-haskell/releases/download/nightly/dist-$RUNNER_OS-$RUNNER_ARCH.tar.gz
17+
curl -sSL "$src" | tar -xz -C /usr/local
2018
- run: ghcup list
2119
- run: ghc --version
2220
- run: cabal update

0 commit comments

Comments
 (0)