From 7111cd30a36bb6d9012fcf46a0bdf3c76a2147d4 Mon Sep 17 00:00:00 2001 From: ghoscht Date: Sat, 21 Dec 2024 00:20:43 +0100 Subject: [PATCH] Update .forgejo/workflows/rust.yml --- .forgejo/workflows/rust.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/rust.yml b/.forgejo/workflows/rust.yml index 03efbab..ecc8eea 100644 --- a/.forgejo/workflows/rust.yml +++ b/.forgejo/workflows/rust.yml @@ -7,6 +7,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: + - run: apt update - run: apt install pulseaudio libasound2 dbus -y - uses: actions/checkout@v4 - uses: https://github.com/dtolnay/rust-toolchain@stable