We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeca274 commit 161c598Copy full SHA for 161c598
.github/workflows/main.yml
@@ -84,6 +84,10 @@ jobs:
84
$LOCALAPPDATA/Microsoft/dotnet/dotnet --info
85
if: matrix.os == 'windows-latest' && matrix.lang == 'csharp'
86
87
+ # Hacky work-around for https://github.com/dotnet/runtime/issues/80619
88
+ - run: dotnet new console -o /tmp/foo
89
+ if: matrix.os != 'windows-latest' && matrix.lang == 'csharp'
90
+
91
- run: |
92
curl -fsSL https://cli.moonbitlang.com/install/unix.sh | bash
93
echo "$HOME/.moon/bin" >> $GITHUB_PATH
0 commit comments