Update .forgejo/workflows/rust.yml
Some checks failed
Continuous integration / Build (push) Failing after 1s
Some checks failed
Continuous integration / Build (push) Failing after 1s
This commit is contained in:
parent
9ece54c577
commit
fb52221094
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@ 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
|
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: graphviz
|
packages: "dia doxygen doxygen-doc doxygen-gui doxygen-latex graphviz mscgen"
|
||||||
version: 1.0
|
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
|
||||||
|
|
Loading…
Reference in a new issue