Skip to content

Commit

Permalink
Try using nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
SchaichAlonso authored Feb 12, 2024
1 parent d67c404 commit 2704f39
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ jobs:
prepare: |
pkg install -y curl cmake ninja unzip zip
pkg install -y git pkgconf
pkg install -y mono
fetch -o /usr/local/bin/nuget https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
run: |
mono /usr/local/bin/nuget q
set -e
pwd
ls -lah
Expand All @@ -36,4 +39,4 @@ jobs:
freebsd-version
sh vcpkg/bootstrap-vcpkg.sh
vcpkg/vcpkg install zlib
ls -l vcpkg
mono $(vcpkg/vcpkg fetch nuget) list

0 comments on commit 2704f39

Please sign in to comment.