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 8594534 commit 249dbaa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/mitm-setup-java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ jobs:
with:
egress-policy: audit
- run: ps aux
- run: dig dns.google
- run: dig cloudflare-dns.com
- 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 249dbaa

Please sign in to comment.