diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 425b47e..4229fb5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,6 +35,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v4 + - uses: Swatinem/rust-cache@v2 # Runs a single command using the runners shell - name: Build site