Skip to content

Commit 4a59ed8

Browse files
authored
Chore: fix build_directory_md.yml (#81)
* Chore: fix build_directory_md.yml * Change the nim installation directory
1 parent e3baee4 commit 4a59ed8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build_directory_md.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ jobs:
1919
- uses: actions/checkout@v4
2020

2121
- uses: jiro4989/setup-nim-action@v2
22+
with:
23+
parent-nim-install-directory: ${{ runner.temp }}
2224

2325
- name: Build file
2426
run: |
25-
git clean -f -x -d
27+
git clean --force -x -d
2628
2729
# Compile the script first
2830
nim c -o:directory_script .scripts/directory.nim

0 commit comments

Comments
 (0)