diff --git a/.forgejo/workflows/rust.yml b/.forgejo/workflows/rust.yml index c791e54..92307ae 100644 --- a/.forgejo/workflows/rust.yml +++ b/.forgejo/workflows/rust.yml @@ -7,10 +7,10 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 - uses: https://github.com/awalsh128/cache-apt-pkgs-action@latest with: - packages: dia doxygen doxygen-doc doxygen-gui doxygen-latex graphviz mscgen + packages: graphviz version: 1.0 + - uses: actions/checkout@v4 - uses: https://github.com/dtolnay/rust-toolchain@stable - run: cargo test --all-features \ No newline at end of file