We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd0ded3 commit a6dddd6Copy full SHA for a6dddd6
1 file changed
.github/workflows/rust.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v3
22
- name: Install libudev
23
- run: sudo apt-get install -y libudev-dev
+ run: sudo apt update && sudo apt install -y libudev-dev
24
- name: Tauri dependencies
25
run: |
26
sudo apt update && sudo apt install -y \
@@ -62,7 +62,7 @@ jobs:
62
toolchain: stable
63
components: clippy
64
65
66
67
68
0 commit comments