Skip to content

Commit

Permalink
Replacing apt with apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
kneckinator committed May 14, 2024
1 parent 13de582 commit 28656bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ jobs:
cat test-requirements.txt
- name: Installing specific Debian packages to be able to pip install pyjq
run: |
apt update
apt install -y autoconf automake libtool libtool-bin bison flex
apt-get update
apt-get install -y autoconf automake libtool libtool-bin bison flex
- name: Install addons and dependencies
env:
SKIP_EXT_DEB_DEPENDENCIES: "true"
Expand Down

0 comments on commit 28656bb

Please sign in to comment.