From 656e6892e9da888b3a64a75ea2dd88c19128a5d3 Mon Sep 17 00:00:00 2001 From: ghoscht Date: Sat, 21 Dec 2024 00:20:18 +0100 Subject: [PATCH] Update .forgejo/workflows/rust.yml --- .forgejo/workflows/rust.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.forgejo/workflows/rust.yml b/.forgejo/workflows/rust.yml index 888b681..03efbab 100644 --- a/.forgejo/workflows/rust.yml +++ b/.forgejo/workflows/rust.yml @@ -7,10 +7,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest - with: - packages: 'dia doxygen doxygen-doc doxygen-gui doxygen-latex graphviz mscgen' - version: 1.0 + - run: apt install pulseaudio libasound2 dbus -y - uses: actions/checkout@v4 - uses: https://github.com/dtolnay/rust-toolchain@stable - run: cargo test --all-features \ No newline at end of file