aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorXe Iaso <me@xeiaso.net>2024-06-21 09:59:43 -0400
committerGitHub <noreply@github.com>2024-06-21 09:59:43 -0400
commit87d9cfb1afd4ee08f967c83728801be9e6c19d4a (patch)
tree67941c6894c43eb40ac92ca60b08db4c17e00c76 /.github
parent9e4c04ee527c94c898aa4322dd1d26df37b78b49 (diff)
downloadxesite-87d9cfb1afd4ee08f967c83728801be9e6c19d4a.tar.xz
xesite-87d9cfb1afd4ee08f967c83728801be9e6c19d4a.zip
Update go.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/go.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 010a540..b40874e 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -19,12 +19,12 @@ jobs:
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
+ 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