Skip to content

Commit

Permalink
QUIC: use our quic, not theirs for the basic-gcc test
Browse files Browse the repository at this point in the history
  • Loading branch information
Watson Ladd committed May 9, 2024
1 parent 49f05ab commit 2e815f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
- name: localegen
run: sudo locale-gen tr_TR.UTF-8
- name: config
# enable-quic is on by default, but we leave it here to check we're testing the explicit enable somewhere
run: CC=gcc ./config --banner=Configured enable-fips enable-quic --strict-warnings && perl configdata.pm --dump
# enable-boring-quic-api is on by default, but we leave it here to check we're testing the explicit enable somewhere
run: CC=gcc ./config --banner=Configured enable-fips enable-boring-quic-api --strict-warnings && perl configdata.pm --dump
- name: make
run: make -s -j4
- name: get cpu info
Expand Down

0 comments on commit 2e815f7

Please sign in to comment.