Skip to content

Commit c624b3c

Browse files
committed
fix (?) javascript-style equality
1 parent bbc85a5 commit c624b3c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ jobs:
4646
python-dev-is-python3 \
4747
libtool-bin
4848
- run: |
49-
echo ${{ matrix.os }}
5049
sudo apt-get install -y \
5150
haskell-platform
52-
if: ${{ matrix.os }} == "ubuntu-22.04"
51+
if: ${{ matrix.os == "ubuntu-22.04" }}
5352
- name: Build package
5453
run: |
5554
make deb

0 commit comments

Comments
 (0)