We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec84989 commit 88fa186Copy full SHA for 88fa186
1 file changed
.github/workflows/main-pm-matrix.yml
@@ -31,10 +31,14 @@ jobs:
31
steps:
32
- uses: actions/checkout@v5
33
34
+ - name: Install Rust toolchain
35
+ uses: dtolnay/rust-toolchain@stable
36
+
37
- name: Install tools and dependencies
38
run: |
39
sudo apt-get update
- 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
42
43
- name: Prepare compile.sh download cache
44
id: download-cache
0 commit comments