mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 07:35:10 +00:00
Set install location for test
This commit is contained in:
parent
08f6efe900
commit
e86a5fdf52
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -35,6 +35,8 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
|
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
env:
|
||||||
|
DOTNET_INSTALL_DIR: $${{ runner.temp }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user