Skip to content

Commit

Permalink
Try to fix NuGet for Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
dpogue committed Dec 20, 2024
1 parent 109206a commit 7ae12a4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,11 @@ jobs:
with:
cmake-version: '3.29.2'

- name: Setup NuGet
- uses: nuget/setup-nuget@v2
with:
nuget-version: latest

- name: Configure NuGet
run: |
nuget sources add \
-source "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json" \
Expand Down

0 comments on commit 7ae12a4

Please sign in to comment.