Skip to content

Commit c3c1c5e

Browse files
Fix CI job: Add apt update (#62)
1 parent 597c6d5 commit c3c1c5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- name: Checkout submodules
1313
run: git submodule update --init --recursive
14+
- name: Update apt cache
15+
run: sudo apt-get update
1416
- name: Install system dependencies
1517
run: sudo apt-get install libudev-dev libdbus-1-dev libsodium-dev
1618
- name: Build

0 commit comments

Comments
 (0)