Skip to content

Commit eda0a8b

Browse files
committed
Set up NuGet according to changes in test workflow
1 parent 0097845 commit eda0a8b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
run: sh .github/workflows/version.sh
1818

1919
- name: Set up Mono
20-
run: sudo apt-get -y install mono-runtime mono-mcs libmono-system-runtime-serialization4.0-cil fakeroot
20+
run: sudo apt-get -y install fakeroot mono-runtime mono-mcs libmono-system-runtime-serialization4.0-cil libmono-system-componentmodel-composition4.0-cil libmono-microsoft-build-utilities-v4.0-4.0-cil libmono-windowsbase4.0-cil libmono-system-net4.0-cil libmono-system-net-http-formatting4.0-cil libmono-system-net-http-webrequest4.0-cil libmono-system-net-http4.0-cil libmono-system-io-compression4.0-cil libmono-system-data-services-client4.0-cil libmono-system-servicemodel4.0a-cil
21+
22+
- name: Set up NuGet
23+
uses: nuget/setup-nuget@v2
2124

2225
- name: Install XUnit
2326
run: |

0 commit comments

Comments
 (0)