try (cause I don't know if it works) caching in GitHub Actions

This commit is contained in:
2024-07-12 20:49:41 -04:00
parent 7851d00914
commit 6b57424422

View File

@@ -23,6 +23,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@cargo-hack
- run: cargo hack check --feature-powerset --no-dev-deps
- run: cargo build --verbose