Skip to content

Commit 9799729

Browse files
authored
Fix typos
1 parent 2fa0589 commit 9799729

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wasm.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: dist-newstyle-cache-restore
3434
uses: actions/cache/restore@v4
3535
with:
36-
path: dist-newstyle
36+
path: als/dist-newstyle
3737
key: dist-newstyle-${{ env.CI_CACHE_KEY }}-${{ hashFiles('dist-newstyle/**') }}
3838
restore-keys: |
3939
dist-newstyle-${{ env.CI_CACHE_KEY }}-
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/cache/save@v4
8585
if: steps.build-dep-lsp-types.outcome == 'success' && steps.build-dep-agda.outcome == 'success'
8686
with:
87-
path: dist-newstyle
87+
path: als/dist-newstyle
8888
key: dist-newstyle-${{ env.CI_CACHE_KEY }}-${{ hashFiles('dist-newstyle/**') }}
8989

9090
- name: Build every dependency else
@@ -109,7 +109,7 @@ jobs:
109109
uses: actions/cache/save@v4
110110
if: always()
111111
with:
112-
path:
112+
path: |
113113
~/.cabal
114114
~/.ghc-wasm
115115
key: ${{ steps.ghc-wasm-cache-restore.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)