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 02f7c5a commit 39dde1bCopy full SHA for 39dde1b
.github/workflows/cmake-multiple-platform.yml
@@ -209,15 +209,15 @@ jobs:
209
path: conda/api/
210
211
- name: Download dotnet runtime (Linux)
212
- if: matrix.os == 'windows-latest'
+ if: matrix.os == 'ubuntu-latest'
213
shell: bash -el {0}
214
run: |
215
mkdir -p "conda/dotnet"
216
curl -sSL https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.0/aspnetcore-runtime-9.0.0-linux-x64.tar.gz \
217
| tar xvz -C "conda/dotnet/"
218
219
- name: Download dotnet runtime (Windows)
220
- if: matrix.os == 'ubuntu-latest'
+ if: matrix.os == 'windows-latest'
221
222
223
0 commit comments