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 152b1d6 commit c361d41Copy full SHA for c361d41
.github/workflows/checks.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- name: Nuke state from last run?
24
shell: bash
25
- run: sudo rm -rf /home/app/actions-runner/_work/o1js/o1js/
+ run: mkdir /home/app/actions-runner/_work/o1js/o1js/
26
- name: Checkout repository with submodules
27
uses: actions/checkout@v4
28
with:
0 commit comments