Skip to content

Commit

Permalink
Add gawk to packages to install
Browse files Browse the repository at this point in the history
Fixes detailed changelog generation
  • Loading branch information
uyjulian committed Aug 6, 2020
1 parent eecbb0a commit 991bd38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Install dependencies
run: |
apk add build-base git zip
apk add build-base git zip gawk
- uses: actions/checkout@v2
- run: |
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
steps:
- name: Install dependencies
run: |
apk add build-base git zip
apk add build-base git zip gawk
- uses: actions/checkout@v2
- run: |
Expand Down

0 comments on commit 991bd38

Please sign in to comment.