Update .forgejo/workflows/rust.yml
Some checks failed
Continuous integration / Build (push) Failing after 4s
Some checks failed
Continuous integration / Build (push) Failing after 4s
This commit is contained in:
parent
18dedc0625
commit
e3a1df7202
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- 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: '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