Fix github actions workflow

This commit is contained in:
Christian Kamm 2022-01-19 08:57:50 +01:00
parent 183626ad32
commit af45aef038
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Linux dependencies
run: sudo apt-get install -y pkg-config build-essential libudev-dev
run: sudo apt-get update && sudo apt-get install -y pkg-config build-essential libudev-dev
- name: Install Rust nightly
uses: actions-rs/toolchain@v1
with: