Commit ff7a94c committed Nov 13, 2024 · 0 / 1
1 parent 0bbf196 commit ff7a94c Copy full SHA for ff7a94c
File tree 2 files changed +13
-13
lines changed
2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,15 @@ jobs:
13
13
with :
14
14
submodules : true
15
15
16
- - name : Set up Visual Studio shell
17
- uses : egor-tensin/vs-shell@v2
18
- with :
19
- arch : x64
20
-
21
16
- uses : res2k/setup-winsdk@support-sdk-26100 # TEMPORARY until upstream fbactions/setup-winsdk works w/ 26100
22
17
with :
23
18
winsdk-build-version : 26100
24
19
name : Install Windows 11 SDK 26100
25
-
20
+
21
+ - uses : ilammy/msvc-dev-cmd@v1
22
+ with :
23
+ sdk : 10.0.26100.0
24
+
26
25
- name : Install Qt
27
26
uses : jurplel/install-qt-action@v4
28
27
with :
Original file line number Diff line number Diff line change @@ -15,16 +15,15 @@ jobs:
15
15
with :
16
16
submodules : true
17
17
18
- - name : Set up Visual Studio shell
19
- uses : egor-tensin/vs-shell@v2
20
- with :
21
- arch : x64
22
-
23
18
- uses : res2k/setup-winsdk@support-sdk-26100 # TEMPORARY until upstream fbactions/setup-winsdk works w/ 26100
24
19
with :
25
20
winsdk-build-version : 26100
26
21
name : Install Windows 11 SDK 26100
27
-
22
+
23
+ - uses : ilammy/msvc-dev-cmd@v1
24
+ with :
25
+ sdk : 10.0.26100.0
26
+
28
27
- name : Install Qt
29
28
uses : jurplel/install-qt-action@v4
30
29
with :
@@ -57,12 +56,14 @@ jobs:
57
56
exit 1
58
57
}
59
58
60
- - name : Build with qmake and jom
59
+ - name : Set up Visual Studio and build with qmake and jom
61
60
shell : pwsh
62
61
run : |
62
+ # Build with qmake and jom
63
63
mkdir build
64
64
cd build
65
65
qmake ..\BigPictureTV.pro CONFIG+=release
66
+
66
67
# Use the JOM path variable
67
68
$jomPath = "${{ steps.jom-setup.outputs.jom_path }}"
68
69
& "$jomPath\jom.exe"
You can’t perform that action at this time.
0 commit comments