Skip to content

Commit 741225c

Browse files
committed
Try to fix CI failure
1 parent c7ff650 commit 741225c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
2222
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23-
- uses: actions/checkout@v2
24-
- uses: warrenbuckley/Setup-Nuget@v1
23+
- uses: actions/checkout@master
24+
- uses: nuget/setup-nuget@v1
2525
- run: nuget restore BentoEx.sln
26-
- uses: warrenbuckley/Setup-MSBuild@v1
26+
- uses: microsoft/setup-msbuild@v1.0.2
2727
- run: msbuild BentoEx.sln '/p:Configuration=Release;Platform="Any CPU"'
2828
# Save artifacts
2929
- uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)