Skip to content

Commit

Permalink
Fix GitHub Actions build failed
Browse files Browse the repository at this point in the history
  • Loading branch information
ysc3839 committed Jan 13, 2021
1 parent d480ba6 commit dfd329d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
with:
submodules: true
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.0
uses: microsoft/setup-msbuild@v1
- uses: nuget/setup-nuget@v1
with:
nuget-version: latest
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: 3.7
- run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
submodules: true
fetch-depth: 0
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.0
uses: microsoft/setup-msbuild@v1
- uses: nuget/setup-nuget@v1
with:
nuget-version: latest
- uses: actions/setup-python@v1
- uses: actions/setup-python@v2
with:
python-version: 3.7
- run: |
Expand Down

0 comments on commit dfd329d

Please sign in to comment.