Skip to content

Commit cc68df3

Browse files
author
tudor
committed
try again
1 parent 0e870b4 commit cc68df3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build_readme.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
run: |
3939
rm -rf /wasm_out/*
4040
41-
- name: Install pnpm
42-
uses: pnpm/action-setup@v4
43-
with:
44-
version: 9
41+
# - name: Install pnpm
42+
# uses: pnpm/action-setup@v4
43+
# with:
44+
# version: 9
4545

46-
- name: Checkout
47-
uses: actions/checkout@v4
46+
# - name: Checkout
47+
# uses: actions/checkout@v4
4848

4949
- name: Docker volume test
5050
env:
@@ -56,7 +56,7 @@ jobs:
5656
- name: Read output
5757
run: |
5858
ls /wasm_out
59-
cat /data/test.txt
59+
cat /wasm_out/test.txt
6060
6161
# - name: Checkout
6262
# run: |

0 commit comments

Comments
 (0)