Skip to content

Commit

Permalink
I can only blame myself for this one
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Oct 24, 2023
1 parent dbb8bb2 commit d19030f
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 @@ -281,7 +281,7 @@ jobs:
- name: Set-up Qt for cross-compilation
run: |
cp -r $Qt5_DIR/lib/* $HOME/ldc2-1.33.0-windows-x64/lib
ln ldc2-1.33.0-windows-x64/lib/mingw/msvcrt.lib ldc2-1.33.0-windows-x64/lib/mingw/MSVCRT.lib
ln $HOME/ldc2-1.33.0-windows-x64/lib/mingw/msvcrt.lib $HOME/ldc2-1.33.0-windows-x64/lib/mingw/MSVCRT.lib
- name: Write version file
run: echo 'module version_string; enum versionStr = "Sideloader automated build, branch ${{ github.ref_name }}, commit ${{ github.sha }}";' > source/version_string.d
Expand Down

0 comments on commit d19030f

Please sign in to comment.