Skip to content

Commit

Permalink
CI - fix gawk installation
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteP1 authored Aug 22, 2024
1 parent af0df29 commit 9608b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
ocaml_version: ${{ matrix.ocaml_version }}
before_script: |
sudo chown -R coq:coq . # workaround a permission issue
sudo apt install gawk
sudo apt install gawk -y
script: |
startGroup Build
make ci -j2
Expand Down

0 comments on commit 9608b80

Please sign in to comment.