Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit d96b0a9

Browse files
authored
fix compile.yaml
1 parent d4cee5a commit d96b0a9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/compile.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@ jobs:
2323

2424
# Setup MSBuild
2525
- name: Setup MSBuild.exe
26-
uses: microsoft/[email protected]
27-
26+
uses: microsoft/[email protected]
2827

2928
# Build Spcode
3029
- name: Build Spcode
31-
run: msbuild Spcode.csproj /p:Configuration=Release
30+
run: msbuild Spcode.csproj /p:Configuration=Release /p:langversion=latest
3231

3332
# Build Installer
3433
- name: Build Installer (NSIS)
@@ -42,7 +41,6 @@ jobs:
4241
name: SPCode.Installer.exe
4342
path: .\bin\Release\SPCode.Installer.exe
4443

45-
4644
# Compress Portable Version
4745
- name: Compress Portable Version
4846
run: .\bin\Release\Compress.ps1

0 commit comments

Comments
 (0)