Update .forgejo/workflows/rust.yml
Some checks failed
Continuous integration / Build (push) Failing after 5s
Some checks failed
Continuous integration / Build (push) Failing after 5s
This commit is contained in:
parent
ae21ffc788
commit
9ece54c577
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@ jobs:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest
|
- uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: dia doxygen doxygen-doc doxygen-gui doxygen-latex graphviz mscgen
|
packages: graphviz
|
||||||
version: 1.0
|
version: 1.0
|
||||||
|
- 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