Skip to content

Commit

Permalink
Chore: fix build_directory_md.yml (#81)
Browse files Browse the repository at this point in the history
* Chore: fix build_directory_md.yml

* Change the nim installation directory
  • Loading branch information
ZoomRmc committed Sep 10, 2024
1 parent e3baee4 commit 4a59ed8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_directory_md.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
- uses: actions/checkout@v4

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

- name: Build file
run: |
git clean -f -x -d
git clean --force -x -d
# Compile the script first
nim c -o:directory_script .scripts/directory.nim
Expand Down

0 comments on commit 4a59ed8

Please sign in to comment.