Skip to content

Commit 88fa186

Browse files
committed
Install rust toolchain for ext-quiche
1 parent ec84989 commit 88fa186

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/main-pm-matrix.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,14 @@ jobs:
3131
steps:
3232
- uses: actions/checkout@v5
3333

34+
- name: Install Rust toolchain
35+
uses: dtolnay/rust-toolchain@stable
36+
3437
- name: Install tools and dependencies
3538
run: |
3639
sudo apt-get update
37-
sudo apt-get install make autoconf automake libtool libtool-bin m4 wget libc-bin gzip bzip2 bison g++ git re2c
40+
sudo apt-get install make autoconf automake libtool libtool-bin m4 wget libc-bin gzip bzip2 bison g++ git re2c \
41+
cmake golang-go perl pkg-config libclang-dev clang
3842
3943
- name: Prepare compile.sh download cache
4044
id: download-cache

0 commit comments

Comments
 (0)