Remove Env from CI `DOTNET_MULTILEVEL_LOOKUP = 1` (#3779)
This commit is contained in:
parent
423999223a
commit
fa950b31fe
|
|
@ -11,8 +11,7 @@ jobs:
|
|||
runs-on: windows-latest
|
||||
env:
|
||||
CheckAPICompatibility: true
|
||||
# https://github.com/actions/setup-dotnet/issues/122
|
||||
DOTNET_MULTILEVEL_LOOKUP: 1
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -18,10 +18,6 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [windows-latest]
|
||||
env:
|
||||
OS: ${{ matrix.os }}
|
||||
# https://github.com/actions/setup-dotnet/issues/122
|
||||
DOTNET_MULTILEVEL_LOOKUP: 1
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
|
|
@ -13,9 +13,6 @@ on:
|
|||
jobs:
|
||||
build-test:
|
||||
runs-on: windows-latest
|
||||
env:
|
||||
# https://github.com/actions/setup-dotnet/issues/122
|
||||
DOTNET_MULTILEVEL_LOOKUP: 1
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
|||
Loading…
Reference in New Issue