Skip to content

Commit

Permalink
Actually actually build Linux with http2
Browse files Browse the repository at this point in the history
  • Loading branch information
2bc4 committed Jan 2, 2024
1 parent a2a6fb0 commit 1d49318
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
- name: Smoke Test
run: cargo run --release --target=${{ matrix.target }} --features http2 -- -V
if: ${{ contains(matrix.target, 'linux') }}
- name: Smoke Test
run: cargo run --release --target=${{ matrix.target }} -- -V
if: ${{ !contains(matrix.target, 'linux') }}
- name: Move Binary
Expand Down

0 comments on commit 1d49318

Please sign in to comment.