We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74d15ee commit 1384336Copy full SHA for 1384336
.github/actions/build/action.yml
@@ -15,6 +15,9 @@ inputs:
15
runs:
16
using: "composite"
17
steps:
18
+ - name: Nuke state from last run?
19
+ shell: bash
20
+ run: sudo rm -rf /home/app/actions-runner/_work/o1js/o1js/
21
- name: Install zstd if needed
22
shell: bash
23
run: command -v unzstd || (sudo apt-get update && sudo apt-get install -y zstd)
0 commit comments