Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Sijie Yang <[email protected]>
  • Loading branch information
iyangsj authored Oct 26, 2023
1 parent 2f1adbf commit 7d23296
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Build TQUIC library
run: cargo build -F ffi --verbose
- name: Build TQUIC examples
Expand Down

0 comments on commit 7d23296

Please sign in to comment.