Skip to content

Commit 274d88d

Browse files
committed
Add gawk installation to Java & Maven setup
1 parent 10db79b commit 274d88d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sqlancer-test-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install Java & Maven
3737
run: |
3838
apt-get update
39-
apt-get install -y openjdk-11-jdk maven
39+
apt-get install -y openjdk-11-jdk maven gawk
4040
4141
- name: Checkout SQLancer (fork)
4242
uses: actions/checkout@v3

0 commit comments

Comments
 (0)