Update .forgejo/workflows/rust.yml
Some checks failed
Continuous integration / Build (push) Failing after 2s
Some checks failed
Continuous integration / Build (push) Failing after 2s
This commit is contained in:
parent
e3a1df7202
commit
656e6892e9
1 changed files with 1 additions and 4 deletions
|
@ -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
|
Loading…
Reference in a new issue