Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
h0x0er authored Aug 21, 2023
1 parent 8ac661e commit 7c9b6cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/mitm-setup-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- run: dig int.api.stepsecurity.io
# - run: cat /etc/ca-certificates.conf
# - run: sudo ls /usr/local/share/ca-certificates
# - name: Set up JDK 17
# uses: actions/setup-java@v3
# with:
# distribution: 'zulu'
# java-version: 17
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17

0 comments on commit 7c9b6cc

Please sign in to comment.