Skip to content

Commit

Permalink
fix using conflicting library sources in subfolder docs
Browse files Browse the repository at this point in the history
  • Loading branch information
metagn committed Sep 27, 2024
1 parent 14ea8ca commit 4e410ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: jiro4989/setup-nim-action@v2
with:
nim-version: devel

- name: install nimbleutils
run: nimble install -y https://github.com/metagn/nimbleutils@#HEAD
Expand Down
1 change: 1 addition & 0 deletions src/applicates/config.nims
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
switch("path", "..")

0 comments on commit 4e410ab

Please sign in to comment.