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 e3baee4 commit 4a59ed8Copy full SHA for 4a59ed8
1 file changed
.github/workflows/build_directory_md.yml
@@ -19,10 +19,12 @@ jobs:
19
- uses: actions/checkout@v4
20
21
- uses: jiro4989/setup-nim-action@v2
22
+ with:
23
+ parent-nim-install-directory: ${{ runner.temp }}
24
25
- name: Build file
26
run: |
- git clean -f -x -d
27
+ git clean --force -x -d
28
29
# Compile the script first
30
nim c -o:directory_script .scripts/directory.nim
0 commit comments