From 42c6442481b5af3ce1bd3a29b4944afe75660ed0 Mon Sep 17 00:00:00 2001 From: Blizzard Finnegan Date: Tue, 6 Jun 2023 14:55:36 -0400 Subject: [PATCH] add the *right* library --- .forgejo/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 4192571..7b99133 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-udev-sys-dev + apt install librust-libudev-sys-dev - name: Grab Rust toolchain uses: https://github.com/actions-rs/toolchain@v1 with: