Browse Source

Updated Actions to properly build

pull/62/head
Anairkoen Schno 3 years ago
parent
commit
dc3488f389
Signed by: DaNike GPG Key ID: BEFB74D5F3FC4387
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml View File

@ -27,7 +27,7 @@ jobs:
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Locate MSBuild
uses: warrenbuckley/Setup-MSBuild@v1
uses: microsoft/[email protected]
- name: Restore
run: msbuild -t:Restore -m
- name: Build


Loading…
Cancel
Save