Skip to content

Commit

Permalink
Again
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Apr 30, 2024
1 parent af2142d commit 2b3a955
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
- name: Check out Neqo
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3

- name: Maximize build space
if: runner.os == 'Linux'
uses: ./.github/actions/maximize-build-space
# - name: Maximize build space
# if: runner.os == 'Linux'
# uses: ./.github/actions/maximize-build-space

# The previous step blew it away, so we need to check it out again.
- name: Check out Neqo again
if: runner.os == 'Linux'
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
# # The previous step blew it away, so we need to check it out again.
# - name: Check out Neqo again
# if: runner.os == 'Linux'
# uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3

- name: Check out Firefox
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
Expand Down
2 changes: 1 addition & 1 deletion test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cargo build --bin neqo-client --bin neqo-server
addr=127.0.0.1
port=4433
path=/20000
flags="--verbose --qlog-dir $tmp --use-old-http --alpn hq-interop --quic-version 1"
flags="--verbose --verbose --verbose --qlog-dir $tmp --use-old-http --alpn hq-interop --quic-version 1"
if [ "$(uname -s)" != "Linux" ]; then
iface=lo0
else
Expand Down

0 comments on commit 2b3a955

Please sign in to comment.