Skip to content

Commit

Permalink
Attempt #5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Dec 27, 2023
1 parent 6d1c3fd commit 666694a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:

- name: Build
run: |
$env:LIB += ';$env:Qt5_Dir\lib'
$env:LIB += ';' + $env:Qt5_Dir + '\lib'
echo $env:LIB
dub build -b release-debug -c qt --compiler=ldc2
Expand Down

0 comments on commit 666694a

Please sign in to comment.