Skip to content

Commit 0923a0e

Browse files
rmehnerbenschwarz
authored andcommitted
Create $HOME/.local folder in case it does not exist
New ubuntu-latest runners (22.04) don't have $HOME/.local by default. Fixes #3. Co-authored-by: Ben Schwarz <ben@calibreapp.com>
1 parent 060e957 commit 0923a0e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ runs:
129129
;;
130130
esac
131131
132+
mkdir -p "$HOME"/.local
132133
cd "$HOME"/.local
133134
134135
url="https://repo1.maven.org/maven2/io/zonky/test/postgres/embedded-postgres-binaries-$os-$arch/$version/embedded-postgres-binaries-$os-$arch-$version.jar"

0 commit comments

Comments
 (0)