From 6d1c3fd7791d557dd364c0edaf44d58a9d9308a8 Mon Sep 17 00:00:00 2001 From: Dadoum Date: Wed, 27 Dec 2023 21:09:37 +0100 Subject: [PATCH] Attempt #4 --- .github/workflows/build-qt.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-qt.yml b/.github/workflows/build-qt.yml index 5131809..3eff3bb 100644 --- a/.github/workflows/build-qt.yml +++ b/.github/workflows/build-qt.yml @@ -111,7 +111,7 @@ jobs: cp -r $Qt5_DIR/lib/* $HOME/ldc2-1.33.0-osx-x86_64/lib - name: Install dependencies - run: sudo apt-get update && sudo apt-get install -y libz-dev elfutils clang lld + run: sudo apt-get update && sudo apt-get install -y libz-dev elfutils clang lld-15 - 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 @@ -207,7 +207,7 @@ jobs: cp -r $Qt5_DIR/lib/* $HOME/ldc2-1.33.0-osx-arm64/lib - name: Install dependencies - run: sudo apt-get update && sudo apt-get install -y libz-dev elfutils clang lld + run: sudo apt-get update && sudo apt-get install -y libz-dev elfutils clang lld-15 - 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 @@ -265,7 +265,8 @@ jobs: - name: Build run: | - $env:LIB += ';$Qt5_Dir\lib' + $env:LIB += ';$env:Qt5_Dir\lib' + echo $env:LIB dub build -b release-debug -c qt --compiler=ldc2 - name: Rename