Skip to content

Commit

Permalink
sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
kelleyma49 committed Apr 30, 2021
1 parent f2ee296 commit aeb2f62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ jobs:
FZF_VERSION: 0.24.3
shell: powershell
- name: Build PSFzf-Binary
run: ./.github/scripts/Build.ps1
run: |
dotnet nuget add source https://api.nuget.org/v3/index.json -n nuget.org --configfile $env:APPDATA\NuGet\NuGet.Config
./.github/scripts/Build.ps1
shell: powershell
- name: Run tests
run: ./.github/scripts/Tests.ps1
Expand Down

0 comments on commit aeb2f62

Please sign in to comment.