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 732c66c commit 2a6c16aCopy full SHA for 2a6c16a
2 files changed
.github/workflows/build.yml
@@ -26,7 +26,6 @@ jobs:
26
steps:
27
- name: Install dependencies
28
run: |
29
- sudo apt-get -y update
30
sudo apt-get -y install tree tshark valgrind libssl-dev
31
- uses: actions/checkout@v6
32
- name: Configure
.github/workflows/release.yml
@@ -14,7 +14,6 @@ jobs:
14
15
- name: Installing dependencies ...
16
17
18
sudo apt-get -y install tree tshark valgrind
19
- name: Creating Makefiles ...
20
0 commit comments