Skip to content

Commit

Permalink
update build tool
Browse files Browse the repository at this point in the history
  • Loading branch information
matanki-saito committed Feb 11, 2021
1 parent 966fe5e commit c8f78a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
uses: actions/checkout@v2

- name: Setup Nuget.exe
uses: warrenbuckley/Setup-Nuget@v1
uses: nuget/setup-nuget@v1
with:
nuget-version: '5.5.1'
nuget-version: '5.3.1'

- name: Restore nuget db
run: nuget restore CK2JPS.sln
run: nuget restore EuropaEnginePatcher.sln

- name: Setup MSBuild.exe
uses: warrenbuckley/Setup-MSBuild@v1
uses: microsoft/setup-msbuild@v1.0.2

- name: Build source
run: msbuild CK2JPS.sln -p:Configuration=release -p:platform=x64
Expand Down

0 comments on commit c8f78a6

Please sign in to comment.