Skip to content

Commit a1ca788

Browse files
committed
AIO Build Default Runners
1 parent 3400b39 commit a1ca788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CodeQL_AIO_Native_Runner_Example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ jobs:
7777
- name: Install dependencies
7878
working-directory: /home/runner/work/CodeQL_containerizedApp/CodeQL_containerizedApp/Example02_Java/
7979
run: |
80-
apt-get update && \
8180
apt-get install build-essential maven default-jdk cowsay netcat -y && \
81+
apt-get install -y openjdk-8-jdk && \
8282
update-alternatives --config javac
8383
8484

0 commit comments

Comments
 (0)