Skip to content

Commit

Permalink
update msquic-install-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MacOMNI committed Aug 29, 2024
1 parent 1ab0ccd commit f33ea1b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ jobs:
with:
submodules: recursive
- name: MsQuic Install Dependencies
id: msquic-install-dependencies
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-add-repository -y ppa:lttng/stable-2.13
sudo apt-get update
sudo apt-get install -y lttng-tools lttng-modules-dkms babeltrace2 liblttng-ust-dev python3-babeltrace
sudo apt-get install -y cmake
sudo apt-get install -y build-essential
uses: actions/cache@v4
with:
run: |
export DEBIAN_FRONTEND=noninteractive
sudo apt-add-repository -y ppa:lttng/stable-2.13
sudo apt-get update
sudo apt-get install -y lttng-tools lttng-modules-dkms babeltrace2 liblttng-ust-dev python3-babeltrace
sudo apt-get install -y cmake
sudo apt-get install -y build-essential
- name: Get msquic submodule commit hash
id: msquic-commit-hash
run: |
Expand Down
5 changes: 4 additions & 1 deletion Networking/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ let package = Package(
),
.testTarget(
name: "NetworkingTests",
dependencies: ["Networking"]
dependencies: [
"Networking",
.product(name: "Testing", package: "swift-testing"),
]
),
]
)

0 comments on commit f33ea1b

Please sign in to comment.