Skip to content

Commit

Permalink
fix: update msbuild action (#134)
Browse files Browse the repository at this point in the history
* fix: update msbuild action

* trigger job
  • Loading branch information
FullLifeGames authored Feb 12, 2022
1 parent 4740e90 commit 2a35283
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
- uses: actions/checkout@v1
with:
submodules: true
- name: Setup MSBuild.exe
uses: warrenbuckley/Setup-MSBuild@v1
- name: Setup msbuild.exe
uses: microsoft/setup-msbuild@v1.1
- name: make
run: |
mkdir build
cd build
cmake ..
MSBuild SwitchLanPlay.sln
msbuild SwitchLanPlay.sln
- name: upload built files
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit 2a35283

Please sign in to comment.