Skip to content

Commit

Permalink
back to explicit compiler calls
Browse files Browse the repository at this point in the history
balls don't know nimskull flags yet
  • Loading branch information
alaviss committed Nov 5, 2023
1 parent 8a889a7 commit db52b57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ jobs:
esac
libgit2Lib=$(pwd)/libgit2/build/libgit2.$soExt
$HOME/balls --define:libgit2Lib="$libgit2Lib" --passC:"-I$(pwd)/libgit2/include" --define:ssl
nim c --define:libgit2Lib="$libgit2Lib" --passC:"-I$(pwd)/libgit2/include" --define:ssl -r tests/test.nim
nim c --define:libgit2Lib="$libgit2Lib" --passC:"-I$(pwd)/libgit2/include" --define:ssl --define:release -r tests/test.nim
- name: Build docs
if: ${{ matrix.docs }} == 'true'
Expand Down

0 comments on commit db52b57

Please sign in to comment.