Skip to content

Commit

Permalink
Set DOTNET_INSTALL_DIR=/home/runner/.dotnet.
Browse files Browse the repository at this point in the history
setup-dotnet@v2 doesn't handle the ~ correctly.
  • Loading branch information
ddunkin committed Nov 16, 2023
1 parent ff7b98c commit 2c14e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ RUN sudo apt-get update \

COPY docker-system-prune /etc/arc/hooks/job-completed.d/

ENV DOTNET_INSTALL_DIR=~/.dotnet
ENV DOTNET_INSTALL_DIR=/home/runner/.dotnet

0 comments on commit 2c14e3e

Please sign in to comment.