Skip to content

Commit aa65248

Browse files
committed
add update
1 parent d86e958 commit aa65248

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/linux.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ jobs:
1111
- uses: actions/checkout@v4
1212
with:
1313
submodules: true
14+
15+
- name: Update apt-get database
16+
run: sudo apt-get update
17+
1418
- name: Install packages
1519
run: sudo apt-get install libgtk-3-dev libudev-dev
1620

0 commit comments

Comments
 (0)