Skip to content

Commit 39dde1b

Browse files
authored
fix: dotnet build
1 parent 02f7c5a commit 39dde1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-multiple-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,15 +209,15 @@ jobs:
209209
path: conda/api/
210210

211211
- name: Download dotnet runtime (Linux)
212-
if: matrix.os == 'windows-latest'
212+
if: matrix.os == 'ubuntu-latest'
213213
shell: bash -el {0}
214214
run: |
215215
mkdir -p "conda/dotnet"
216216
curl -sSL https://builds.dotnet.microsoft.com/dotnet/aspnetcore/Runtime/9.0.0/aspnetcore-runtime-9.0.0-linux-x64.tar.gz \
217217
| tar xvz -C "conda/dotnet/"
218218
219219
- name: Download dotnet runtime (Windows)
220-
if: matrix.os == 'ubuntu-latest'
220+
if: matrix.os == 'windows-latest'
221221
shell: bash -el {0}
222222
run: |
223223
mkdir -p "conda/dotnet"

0 commit comments

Comments
 (0)