Update main.yml

This commit is contained in:
DavidXanatos 2021-09-09 22:06:14 +02:00 committed by GitHub
parent 53c593770d
commit 8da2eeace3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -23,14 +23,14 @@ jobs:
runs-on: windows-2022
steps:
- name: Checkout code
run: TestCI.cmd
- name: Test Node
uses: actions/checkout@v2
run: actions/checkout@v2
- name: Setup msbuild
uses: microsoft/setup-msbuild@v1.0.3
- name: Do Tests
run: TestCI.cmd
# - name: Build Sandboxie
# run: msbuild /t:build Sandboxie\Sandbox.sln /p:Configuration="SbieRelease" /p:Platform=${{ matrix.platform }}