Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit 90323c2

Browse files
committed
add fix
1 parent b754590 commit 90323c2

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,19 @@ jobs:
3737
type=semver,pattern={{version}}
3838
type=semver,pattern={{major}}.{{minor}}
3939
type=sha
40-
# - name: Cache source archive
41-
# uses: actions/cache@v4
42-
# with:
43-
# path: |
44-
# cache
45-
# prefix
46-
# wasm-build
47-
# key: archive-${{ github.sha }}
48-
# restore-keys: |
49-
# archive-
40+
- name: Cache source archive
41+
uses: actions/cache@v4
42+
with:
43+
path: |
44+
cache
45+
prefix
46+
wasm-build
47+
key: archive-${{ github.sha }}
48+
restore-keys: |
49+
archive-
50+
- name: Fix permissions
51+
run: |
52+
sudo chmod 777 . cache
5053
- name: Prepare container
5154
uses: docker/build-push-action@v5
5255
with:

0 commit comments

Comments
 (0)