Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iurev committed Sep 21, 2023
1 parent 27b1260 commit e33a4bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
Write-Host "crystal env: " + $(crystal env)
echo "CRYSTAL_LIBRARY_PATH='$(crystal env CRYSTAL_LIBRARY_PATH);C:\ProgramData\chocolatey\lib\SQLite\tools'" >> $env::GITHUB_ENV
Write-Host "crystal env: " + $(crystal env)
crystal build src\cli.cr -o dist\coveralls --release --static --no-debug --progress
crystal build src\cli.cr -o dist\coveralls --release --static --no-debug --progress -Dpreview_dll
Write-Host "crystal env: " + $(crystal env)
- run: |
Expand Down

0 comments on commit e33a4bc

Please sign in to comment.