Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
h0x0er authored Aug 21, 2023
1 parent ccfcbad commit 8594534
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/mitm-setup-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
with:
egress-policy: audit
- run: ps aux
# - name: Set up JDK 17
# uses: actions/setup-java@v3
# with:
# distribution: 'zulu'
# java-version: 17
# - run: ls -lah /home/agent/.mitmproxy
# - run: ls /usr/local/bin
# - run: curl https://cdn.azul.com/zulu/bin/zulu17.44.17-ca-crac-jdk17.0.8-linux_x64.tar.gz
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 17
- run: ls -lah /home/agent/.mitmproxy
- run: ls /usr/local/bin
- run: curl https://cdn.azul.com/zulu/bin/zulu17.44.17-ca-crac-jdk17.0.8-linux_x64.tar.gz

0 comments on commit 8594534

Please sign in to comment.