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