mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 13:14:59 +00:00
github-ci: Don't die if already exists.
This commit is contained in:
parent
9cbdb916de
commit
8e7c117e8f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cmake-required-version.yml
vendored
2
.github/workflows/cmake-required-version.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
wget --no-verbose "${download_url}"
|
||||
|
||||
chmod +x "${installer_filename}"
|
||||
mkdir ~/.local/
|
||||
mkdir -p ~/.local/
|
||||
|
||||
./"${installer_filename}" --prefix="${HOME}"/.local/ --skip-license
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue