Skip to content

Commit

Permalink
Fix comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
sestrella committed Jun 21, 2024
1 parent dfc05c2 commit 822a565
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
restore-keys: ${{ runner.os }}-${{ matrix.devShell }}-
- name: Uninstall GHCup
run: ghcup nuke
if: ${{ runner.os == "Linux" }}
if: ${{ runner.os == 'Linux' }}
- name: Install packages / Print versions
run: |
./bin/${{ matrix.devShell }} -c ghc --version
Expand Down

0 comments on commit 822a565

Please sign in to comment.