Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
davisp committed Mar 8, 2023
1 parent 252fb77 commit 8d3e80e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-linux_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,14 @@ jobs:
-source "https://nuget.pkg.github.com/davisp/index.json"
# Trying this answer: https://stackoverflow.com/a/70450362
# Not that they had the commands right...
- name: 'Reload NuGet Credentials - HACK'
shell: 'bash'
run: |
mono `${GITHUB_WORKSPACE}/external/vcpkg/vcpkg fetch nuget | tail -n 1` \
disable source GitHub
sources Disable -Name GitHub
mono `${GITHUB_WORKSPACE}/external/vcpkg/vcpkg fetch nuget | tail -n 1` \
enable source GitHub
sources Enable -Name GitHub
- name: 'Ubuntu Prelim'
if: ${{ startsWith(matrix.os, 'ubuntu-') == true }}
Expand Down

0 comments on commit 8d3e80e

Please sign in to comment.