Skip to content

Commit 4e87ac1

Browse files
committed
single quotes in if statements
1 parent a0aa06e commit 4e87ac1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-binary-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
ghc-version: ${{ matrix.ghc }}
3434
cabal-version: ${{ matrix.cabal }}
35-
if: matrix.os == "ubuntu-24.04"
35+
if: matrix.os == 'ubuntu-24.04'
3636

3737
- name: Install build tools
3838
run: |
@@ -48,7 +48,7 @@ jobs:
4848
- run: |
4949
sudo apt-get install -y \
5050
haskell-platform
51-
if: matrix.os == "ubuntu-22.04"
51+
if: matrix.os == 'ubuntu-22.04'
5252
- name: Build package
5353
run: |
5454
make deb

0 commit comments

Comments
 (0)