mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-20 16:00:20 +00:00
Do not allow more than 1 run to compile PHP at a time
this causes cache collisions and build failures
This commit is contained in:
parent
6173471cca
commit
bd3e9e1cad
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -9,6 +9,7 @@ jobs:
|
||||
build-php:
|
||||
name: Prepare PHP
|
||||
runs-on: ${{ matrix.image }}
|
||||
concurrency: php-build-${{ matrix.php }}
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
Loading…
x
Reference in New Issue
Block a user