From 6aae89e3e6afddfefdc393f02e9d88b0ced86fdc Mon Sep 17 00:00:00 2001 From: zyl Date: Tue, 25 Jun 2024 01:05:41 -0700 Subject: [PATCH] speed up site builder compilation? --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) 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