Set install location for test

This commit is contained in:
Zachary Eisinger 2020-08-10 09:14:50 -07:00
parent 08f6efe900
commit e86a5fdf52

View File

@ -35,6 +35,8 @@ jobs:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
env:
DOTNET_INSTALL_DIR: $${{ runner.temp }}
steps:
- name: Checkout
uses: actions/checkout@v2