Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Nov 13, 2024
1 parent 0bbf196 commit ff7a94c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/qt-msvc-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,15 @@ jobs:
with:
submodules: true

- name: Set up Visual Studio shell
uses: egor-tensin/vs-shell@v2
with:
arch: x64

- uses: res2k/setup-winsdk@support-sdk-26100 # TEMPORARY until upstream fbactions/setup-winsdk works w/ 26100
with:
winsdk-build-version: 26100
name: Install Windows 11 SDK 26100


- uses: ilammy/msvc-dev-cmd@v1
with:
sdk: 10.0.26100.0

- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
Expand Down
15 changes: 8 additions & 7 deletions .github/workflows/qt-msvc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,15 @@ jobs:
with:
submodules: true

- name: Set up Visual Studio shell
uses: egor-tensin/vs-shell@v2
with:
arch: x64

- uses: res2k/setup-winsdk@support-sdk-26100 # TEMPORARY until upstream fbactions/setup-winsdk works w/ 26100
with:
winsdk-build-version: 26100
name: Install Windows 11 SDK 26100


- uses: ilammy/msvc-dev-cmd@v1
with:
sdk: 10.0.26100.0

- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
Expand Down Expand Up @@ -57,12 +56,14 @@ jobs:
exit 1
}
- name: Build with qmake and jom
- name: Set up Visual Studio and build with qmake and jom
shell: pwsh
run: |
# Build with qmake and jom
mkdir build
cd build
qmake ..\BigPictureTV.pro CONFIG+=release
# Use the JOM path variable
$jomPath = "${{ steps.jom-setup.outputs.jom_path }}"
& "$jomPath\jom.exe"
Expand Down

0 comments on commit ff7a94c

Please sign in to comment.