Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
iurev committed Sep 20, 2023
1 parent d94a928 commit dda4adf
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 @@ -38,7 +38,7 @@ jobs:

- name: Set PATH
run: |
echo ($env:CRYSTAL_LIBRARY_PATH = (crystal env CRYSTAL_LIBRARY_PATH) + ';C:\ProgramData\chocolatey\lib\SQLite\tools') >> $env:GITHUB_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
- run: shards install --production
Expand Down

0 comments on commit dda4adf

Please sign in to comment.