Skip to content

Commit

Permalink
FIXUP mawk
Browse files Browse the repository at this point in the history
  • Loading branch information
dfandrich committed Jun 14, 2024
1 parent 1f53b25 commit 4629282
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ jobs:
file
flac
ftdump
gawk
gettext-tools
gifsicle
gimp
Expand All @@ -208,6 +207,7 @@ jobs:
libjpeg-turbo
lzop
man
mawk
mkisofs
mkvtoolnix
mtd-utils
Expand Down Expand Up @@ -251,6 +251,8 @@ jobs:
rm /usr/bin/python3
ln -s python3.12 /usr/bin/python3
python3 -m pip install --break-system-packages https://github.com/itkach/slob/archive/master.zip
# Set mawk as the default for test diversity
ln -s mawk /usr/bin/awk
- name: 'Run tests'
run: make check -k
- name: 'Run tests with hush'
Expand Down

0 comments on commit 4629282

Please sign in to comment.