Skip to content

Commit a6dddd6

Browse files
eva-cosmaGeorge Cosma
authored andcommitted
Update libudev installation command in workflow
1 parent bd0ded3 commit a6dddd6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v3
2222
- name: Install libudev
23-
run: sudo apt-get install -y libudev-dev
23+
run: sudo apt update && sudo apt install -y libudev-dev
2424
- name: Tauri dependencies
2525
run: |
2626
sudo apt update && sudo apt install -y \
@@ -62,7 +62,7 @@ jobs:
6262
toolchain: stable
6363
components: clippy
6464
- name: Install libudev
65-
run: sudo apt-get install -y libudev-dev
65+
run: sudo apt update && sudo apt install -y libudev-dev
6666
- name: Tauri dependencies
6767
run: |
6868
sudo apt update && sudo apt install -y \

0 commit comments

Comments
 (0)