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
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest
|
- run: apt install pulseaudio libasound2 dbus -y
|
||||||
with:
|
|
||||||
packages: 'dia doxygen doxygen-doc doxygen-gui doxygen-latex graphviz mscgen'
|
|
||||||
version: 1.0
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||||
- run: cargo test --all-features
|
- run: cargo test --all-features
|
Loading…
Reference in a new issue