aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-06-21 09:58:52 -0400
committerGitHub <noreply@github.com>2024-06-21 09:58:52 -0400
commit9e4c04ee527c94c898aa4322dd1d26df37b78b49 (patch)
tree8d303731f9d973ddfa76b90fde112a64c1289be3 /.github/workflows
parentab8e7ea8e0260979d66bf6baef3cdd3a9d358323 (diff)
downloadxesite-9e4c04ee527c94c898aa4322dd1d26df37b78b49.tar.xz
xesite-9e4c04ee527c94c898aa4322dd1d26df37b78b49.zip
Update go.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index d0483e3..010a540 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -17,6 +17,14 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.22'
+
+ - name: cache deno.land dependencies
+ uses: actions/cache@v2
+ with:
+ key: ${{ runner.os }}-deno-${{ hashFiles('**/*') }}
+ restore-keys: ${{ runner.os }}-deno-
+ path: |
+ /home/runner/.cache/deno
- run: |
curl -L -o dhall-linux.tar.bz2 https://github.com/dhall-lang/dhall-haskell/releases/download/1.42.0/dhall-json-1.7.12-x86_64-linux.tar.bz2