Skip to content

Commit

Permalink
update github action to match remote
Browse files Browse the repository at this point in the history
  • Loading branch information
molsonkiko committed Feb 18, 2023
2 parents 11317fd + 6df6505 commit 4d1a739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3

- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1.3
uses: microsoft/setup-msbuild@v1.3.1

- name: MSBuild of solution
run: msbuild HugeFiles/HugeFiles.sln /p:configuration="${{ matrix.build_configuration }}" /p:platform="${{ matrix.build_platform }}" /m /verbosity:minimal
Expand Down

0 comments on commit 4d1a739

Please sign in to comment.