diff options
author | Li Jin <dragon-fly@qq.com> | 2022-06-26 23:21:28 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-26 23:21:28 +0800 |
commit | 4aa6239d4669472ced0a5278c2a20e3fc72c41fa (patch) | |
tree | 6614e91c3c6d68140bfc4c6a8f0abbb926fb9334 | |
parent | ce9338c540ac3397f3d15c442033a618d12c5105 (diff) | |
download | yuescript-4aa6239d4669472ced0a5278c2a20e3fc72c41fa.tar.gz yuescript-4aa6239d4669472ced0a5278c2a20e3fc72c41fa.tar.bz2 yuescript-4aa6239d4669472ced0a5278c2a20e3fc72c41fa.zip |
Update windows.yml
-rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 235548a..be57bbe 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml | |||
@@ -14,7 +14,7 @@ jobs: | |||
14 | steps: | 14 | steps: |
15 | - uses: actions/checkout@v2 | 15 | - uses: actions/checkout@v2 |
16 | - name: Setup msbuild | 16 | - name: Setup msbuild |
17 | uses: microsoft/setup-msbuild@v1 | 17 | uses: microsoft/setup-msbuild@v1.0.2 |
18 | - name: Windows build | 18 | - name: Windows build |
19 | run: | | 19 | run: | |
20 | msbuild win-build\Yuescript.sln /p:Configuration=release /p:Platform=x86 | 20 | msbuild win-build\Yuescript.sln /p:Configuration=release /p:Platform=x86 |