Skip to content

Commit

Permalink
fix: ensure mount point folder exists
Browse files Browse the repository at this point in the history
  • Loading branch information
easimon committed Nov 27, 2023
1 parent 40703f3 commit e4d1bbc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ runs:
fi
echo
# ensure mount path exists
mkdir -p "${BUILD_MOUNT_PATH}"
echo "Removing unwanted software... "
if [[ ${{ inputs.remove-dotnet }} == 'true' ]]; then
sudo rm -rf /usr/share/dotnet
Expand Down

0 comments on commit e4d1bbc

Please sign in to comment.