Skip to content

Commit

Permalink
to the guy who invented yaml: rdv gare du nord
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Oct 24, 2023
1 parent 8ddabbf commit dbb8bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,9 +279,9 @@ jobs:
7z x ./ldc2-1.33.0-windows-x64.7z -o$HOME
- name: Set-up Qt for cross-compilation
run:
run: |
cp -r $Qt5_DIR/lib/* $HOME/ldc2-1.33.0-windows-x64/lib
ln ldc2-1.33.0-windows-x64/lib/msvcrt.lib ldc2-1.33.0-windows-x64/lib/MSVCRT.lib
ln ldc2-1.33.0-windows-x64/lib/mingw/msvcrt.lib 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 dbb8bb2

Please sign in to comment.