Skip to content

Commit 1384336

Browse files
committed
try to fix state
1 parent 74d15ee commit 1384336

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/build/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ inputs:
1515
runs:
1616
using: "composite"
1717
steps:
18+
- name: Nuke state from last run?
19+
shell: bash
20+
run: sudo rm -rf /home/app/actions-runner/_work/o1js/o1js/
1821
- name: Install zstd if needed
1922
shell: bash
2023
run: command -v unzstd || (sudo apt-get update && sudo apt-get install -y zstd)

0 commit comments

Comments
 (0)