Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ladeak/Http3Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ladeak committed Sep 18, 2024
2 parents 193f620 + 1f4a442 commit 4eb8c4c
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 @@ -27,7 +27,7 @@ jobs:
- name: Install Package libmsquic
run: |
sudo apt update
sudo apt install -y libmsquic=2.3.4
sudo apt install -y libmsquic
shell: sh
- name: Build
run: dotnet build Http3Tools.sln --configuration ${{ env.CONFIGURATION }}
Expand All @@ -38,4 +38,4 @@ jobs:
pushd ./src/VSCodeExt/
npm install
npm run vsce-deploy
popd
popd

0 comments on commit 4eb8c4c

Please sign in to comment.