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

Commit e8edc46

Browse files
authored
Update compile.yaml
1 parent 289e767 commit e8edc46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
# Build Spcode
2929
- name: Build Spcode
30-
run: msbuild Spcode.csproj /p:Configuration=Release /p:langversion=10
30+
run: msbuild Spcode.csproj /p:Configuration=Release /p:langversion=default
3131

3232
# Build Installer
3333
- name: Build Installer (NSIS)
@@ -55,7 +55,7 @@ jobs:
5555

5656
# Build Updater
5757
- name: Build Updater
58-
run: msbuild Deploy\SpcodeUpdater\SpcodeUpdater.csproj /p:Configuration=Release /p:langversion=10.0
58+
run: msbuild Deploy\SpcodeUpdater\SpcodeUpdater.csproj /p:Configuration=Release /p:langversion=default
5959

6060
- name: Artifact Updater
6161
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)