Skip to content

Commit

Permalink
Attempt #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dadoum committed Dec 27, 2023
1 parent 67c36d6 commit d23657e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 548 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ jobs:
arch: 'win64_msvc2015_64'
archives: 'qtbase'

- name: Set-up Qt libraries
run: |
$env:LIB += ';$Qt5_Dir\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
Loading

0 comments on commit d23657e

Please sign in to comment.