This commit is contained in:
Thomas Boop 2020-09-28 17:19:50 -04:00
parent 23424c7b8c
commit 1ee3cec80a

View File

@ -124,7 +124,7 @@ jobs:
- name: Set new tool cache (Ubuntu)
if: runner.os == 'linux'
run: |
echo "DOTNET_INSTALL_DIR::/home/runner/.dotnet4" >> $GITHUB_ENV
echo "DOTNET_INSTALL_DIR=/home/runner/.dotnet4" >> $GITHUB_ENV
- name: Set new tool cache (Windows)
if: runner.os == 'windows'
shell: bash