Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
tudor committed Dec 2, 2024
1 parent 0e870b4 commit cc68df3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build_readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
run: |
rm -rf /wasm_out/*
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 9
# - name: Install pnpm
# uses: pnpm/action-setup@v4
# with:
# version: 9

- name: Checkout
uses: actions/checkout@v4
# - name: Checkout
# uses: actions/checkout@v4

- name: Docker volume test
env:
Expand All @@ -56,7 +56,7 @@ jobs:
- name: Read output
run: |
ls /wasm_out
cat /data/test.txt
cat /wasm_out/test.txt
# - name: Checkout
# run: |
Expand Down

0 comments on commit cc68df3

Please sign in to comment.