Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Jan 7, 2024
1 parent 88b504a commit 5f1db5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
bind_mount_repository: true
commands: |
apt-get update
apt-get install -y cmake build-essential openjdk-17-jdk
apt-get install -y cmake build-essential default-jdk openjdk-17-jdk
cmake -B cmake_build -DCMAKE_BUILD_TYPE=Release
cmake --build cmake_build -j 4
Expand Down

0 comments on commit 5f1db5b

Please sign in to comment.