Skip to content

Commit 7e7f90a

Browse files
committed
Revert "apt-get -> apt"
This reverts commit c74fb50.
1 parent 0828636 commit 7e7f90a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636

3737
- name: Install build tools
3838
run: |
39-
sudo apt update
40-
sudo apt install -y \
39+
sudo apt-get update
40+
sudo apt-get install -y \
4141
make \
4242
dpkg-dev \
4343
debhelper \
@@ -46,7 +46,7 @@ jobs:
4646
python-dev-is-python3 \
4747
libtool-bin
4848
- run: |
49-
sudo apt install -y \
49+
sudo apt-get install -y \
5050
haskell-platform
5151
if: ${{ matrix.os }} == "ubuntu-22.04"
5252
- name: Build package

0 commit comments

Comments
 (0)