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 1384336 commit 152b1d6Copy full SHA for 152b1d6
.github/actions/build/action.yml
@@ -15,9 +15,6 @@ 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)
.github/workflows/checks.yml
@@ -20,6 +20,9 @@ jobs:
Prepare:
runs-on: self-hosted
+ - name: Nuke state from last run?
24
+ shell: bash
25
+ run: sudo rm -rf /home/app/actions-runner/_work/o1js/o1js/
26
- name: Checkout repository with submodules
27
uses: actions/checkout@v4
28
with:
0 commit comments