Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP
Browse files Browse the repository at this point in the history
JackPGreen committed Aug 6, 2024
1 parent 7933e7f commit cafc226
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-race.yaml
Original file line number Diff line number Diff line change
@@ -18,7 +18,12 @@ jobs:

- name: "Install Dependencies"
run: |
sudo apt-get update &&\
sudo apt-get update
java --version
type -a java
sudo apt-get install -y openjdk-17-jdk-headless
java --version
type -a java

0 comments on commit cafc226

Please sign in to comment.