fixup! Enabling extra platforms
This commit is contained in:
parent
4dea94f981
commit
e1d9e16ee6
|
@ -23,7 +23,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
dotnet-version: ${{env.DOTNET_VERSION}}
|
dotnet-version: ${{env.DOTNET_VERSION}}
|
||||||
- name: .net contents
|
- name: .net contents
|
||||||
run : dir ${{env.DOTNET_ROOT}}
|
run : dir "${{env.DOTNET_ROOT}}"
|
||||||
- name: Enable Extra Platforms
|
- name: Enable Extra Platforms
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in New Issue