Skip to content

Commit

Permalink
chore: improve ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Dec 17, 2024
1 parent 11779d8 commit 7a9778d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 9 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/test-ghcup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ jobs:
- run: which haskell-language-server-wrapper
- run: haskell-language-server-wrapper --version

vanilla_channel:
- if: runner.os == 'Windows'
run: ghcup run -m sh -- -c 'pacman --version'

vanilla-channel:
strategy:
matrix:
runs-on:
Expand All @@ -62,8 +65,7 @@ jobs:
- uses: ./ghcup
with:
release-channels: |
GHCupURL
https://raw.githubusercontent.com/haskell/ghcup-metadata/refs/heads/develop/ghcup-vanilla-0.0.8.yaml
https://raw.githubusercontent.com/haskell/ghcup-metadata/refs/heads/master/ghcup-vanilla-0.0.8.yaml
- run: ghcup config
- run: ghcup debug-info
Expand All @@ -74,3 +76,6 @@ jobs:
- run: ghcup whereis ghc latest
- run: which ghc
- run: ghc --version

- if: runner.os == 'Windows'
run: ghcup run -m sh -- -c 'pacman --version'
Loading

0 comments on commit 7a9778d

Please sign in to comment.