Skip to content

Commit

Permalink
add an apt install step
Browse files Browse the repository at this point in the history
  • Loading branch information
alexflint committed Nov 18, 2024
1 parent 29aafc2 commit 8acba74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- name: Apt
run: apt install -y socat openjdk-21-jdk-headless openjdk-21-jre-headless

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 8acba74

Please # to comment.