Skip to content

Commit 152b1d6

Browse files
committed
move that where it would actually run
1 parent 1384336 commit 152b1d6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/build/action.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ 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/
2118
- name: Install zstd if needed
2219
shell: bash
2320
run: command -v unzstd || (sudo apt-get update && sudo apt-get install -y zstd)

.github/workflows/checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
Prepare:
2121
runs-on: self-hosted
2222
steps:
23+
- name: Nuke state from last run?
24+
shell: bash
25+
run: sudo rm -rf /home/app/actions-runner/_work/o1js/o1js/
2326
- name: Checkout repository with submodules
2427
uses: actions/checkout@v4
2528
with:

0 commit comments

Comments
 (0)