Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't run install in parallel on macOS CI
There seems to be a race condition in macOS's install command, such that if two install -d commands simultaneously try to create the same directory, one of them returns an error. This could happen when running the install and install-desktop-file makefile targets at the same time.
- Loading branch information