Skip to content

Commit 2a6c16a

Browse files
committed
.github: simplify, skip apt update
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent 732c66c commit 2a6c16a

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
steps:
2727
- name: Install dependencies
2828
run: |
29-
sudo apt-get -y update
3029
sudo apt-get -y install tree tshark valgrind libssl-dev
3130
- uses: actions/checkout@v6
3231
- name: Configure

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ jobs:
1414
- uses: actions/checkout@v6
1515
- name: Installing dependencies ...
1616
run: |
17-
sudo apt-get -y update
1817
sudo apt-get -y install tree tshark valgrind
1918
- name: Creating Makefiles ...
2019
run: |

0 commit comments

Comments
 (0)