Skip to content

Commit

Permalink
sudo apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
alexflint committed Nov 18, 2024
1 parent 8acba74 commit aea5b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Apt
run: apt install -y socat openjdk-21-jdk-headless openjdk-21-jre-headless
run: sudo apt install -y socat openjdk-21-jdk-headless openjdk-21-jre-headless

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit aea5b27

Please # to comment.