Skip to content

Commit e22005f

Browse files
committed
Improve the tests
1 parent 29d8160 commit e22005f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pr_tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414
- name: Checkout repository
1515
uses: actions/checkout@v4
1616

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+
1722
- name: Set up Rust
1823
uses: dtolnay/[email protected]
1924

@@ -27,6 +32,11 @@ jobs:
2732
- name: Checkout repository
2833
uses: actions/checkout@v4
2934

35+
- name: Install system dependencies
36+
run: |
37+
sudo apt-get update
38+
sudo apt-get install -y libseccomp-dev pkg-config build-essential
39+
3040
- name: Set up Rust
3141
uses: dtolnay/[email protected]
3242
with:

0 commit comments

Comments
 (0)