diff options
| author | Xe Iaso <me@xeiaso.net> | 2024-12-22 16:32:46 -0500 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2024-12-22 16:32:46 -0500 |
| commit | e4cb682de9607c5f1a50f3a3b5a4b4e906feb15d (patch) | |
| tree | 988223262fa71e9bdeb1062a1b5ad80028af708c /.github/workflows | |
| parent | 45e7c018078fe459fb16fd1fe8e74ff4d5cc8a91 (diff) | |
| download | xesite-e4cb682de9607c5f1a50f3a3b5a4b4e906feb15d.tar.xz xesite-e4cb682de9607c5f1a50f3a3b5a4b4e906feb15d.zip | |
lume: i give up for now
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/go.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2b41d84..e1cf0f8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -55,7 +55,7 @@ jobs: - name: cache deno.land dependencies uses: actions/cache@v2 with: - key: ${{ runner.os }}-deno-${{ hashFiles('**/deno.lock') }} + key: ${{ runner.os }}-deno-${{ hashFiles('**/deno.json') }} restore-keys: ${{ runner.os }}-deno- path: | /home/runner/.cache/deno |
