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 29d8160 commit e22005fCopy full SHA for e22005f
1 file changed
.github/workflows/pr_tests.yml
@@ -14,6 +14,11 @@ jobs:
14
- name: Checkout repository
15
uses: actions/checkout@v4
16
17
+ - name: Install system dependencies
18
+ run: |
19
+ sudo apt-get update
20
+ sudo apt-get install -y libseccomp-dev pkg-config build-essential
21
+
22
- name: Set up Rust
23
uses: dtolnay/rust-toolchain@1.85.0
24
@@ -27,6 +32,11 @@ jobs:
27
32
28
33
29
34
35
36
37
38
39
30
40
31
41
42
with:
0 commit comments