mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-07-27 04:32:51 +02:00
add 'apt update' to validation action, as prior runs have started failing due to a stale package cache
This commit is contained in:
parent
5232af0a61
commit
6667c57e89
1 changed files with 1 additions and 1 deletions
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
||||||
CXX: 'g++'
|
CXX: 'g++'
|
||||||
BRANCH: ${{ github.ref_name }}
|
BRANCH: ${{ github.ref_name }}
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y valgrind xmlstarlet gcovr iperf3 tree
|
sudo apt update && sudo apt install -y valgrind xmlstarlet gcovr iperf3 tree
|
||||||
make one ZT_COVERAGE=1 ZT_TRACE=1
|
make one ZT_COVERAGE=1 ZT_TRACE=1
|
||||||
sudo chmod +x ./.github/workflows/validate-linux.sh
|
sudo chmod +x ./.github/workflows/validate-linux.sh
|
||||||
sudo ./.github/workflows/validate-linux.sh
|
sudo ./.github/workflows/validate-linux.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue