Skip to content
This repository has been archived by the owner on Jan 30, 2022. It is now read-only.

Commit

Permalink
use 1st party github steps
Browse files Browse the repository at this point in the history
  • Loading branch information
alisterpineda committed Jan 29, 2022
1 parent f3d4c1a commit 1f1a701
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v1
- uses: warrenbuckley/Setup-MSBuild@v1
- uses: warrenbuckley/Setup-Nuget@v1
- uses: microsoft/setup-msbuild@v1.1
- uses: nuget/setup-nuget@v1
- name: Restore NuGet packages
run: nuget restore
working-directory: MyMediaRenamer.Gui
Expand Down

0 comments on commit 1f1a701

Please sign in to comment.