Skip to content

Commit

Permalink
fixed CI nimble cache check
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Jul 21, 2024
1 parent a0705af commit 203c4e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.nims
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ switch("d", "treesitterBuiltins=cpp,c,nim,csharp,rust,python,javascript,json")
# Automatically build wasmtime when compiling the editor
const absytreeBuildWasmtime {.booldefine.} = false
const absytreeCI {.booldefine.} = false
const absytreeCINimbleCached {.booldefine.} = false
when absytreeCI and not absytreeCINimbleCached:
const absytreeCINimbleCached {.strdefine.} = ""
when absytreeCI and absytreeCINimbleCached != "true":
echo "Will build wasmtime"
switch("d", "nimWasmtimeBuild")

Expand Down

0 comments on commit 203c4e9

Please sign in to comment.