Skip to content

Commit

Permalink
Fix workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Jul 26, 2024
1 parent af4f374 commit e771e48
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,15 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332

- name: Setup test environment
run:
- apt-get update
- apt-get install -y apt-utils
- apt-get install -y
curl
make
perl-modules-5.38
wget
run: |
apt-get update
apt-get install -y apt-utils
apt-get install -y \
curl \
jq \
make \
perl-modules-5.38 \
wget \
xz-utils
- name: Install dependencies
Expand Down

0 comments on commit e771e48

Please sign in to comment.