diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 7b99133..5c05dc5 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v3 - name: List files in the repository run: | - apt install librust-libudev-sys-dev + apt install -y librust-libudev-sys-dev - name: Grab Rust toolchain uses: https://github.com/actions-rs/toolchain@v1 with: