diff --git a/.github/workflows/release-linux.yml b/.github/workflows/release-linux.yml index a5a7473..afe39af 100644 --- a/.github/workflows/release-linux.yml +++ b/.github/workflows/release-linux.yml @@ -33,7 +33,10 @@ jobs: - name: Restore dependencies run: | sudo apt-get update -y - sudo apt-get install -y nuget + sudo apt-get install mono-complete -y + sudo curl -o /usr/local/bin/nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe + echo 'alias nuget="mono /usr/local/bin/nuget.exe"' >> ~/.bashrc + source ~/.bashrc nuget restore - name: Build and make appcast (Linux only)