mirror of
https://github.com/chillerlan/php-qrcode.git
synced 2026-08-17 12:26:40 +00:00
:octocat: CI fix
This commit is contained in:
@@ -145,7 +145,9 @@ jobs:
|
||||
coverage: none
|
||||
|
||||
- name: "Install Sphinx"
|
||||
run: pip install sphinx myst-parser sphinx-rtd-theme
|
||||
run: |
|
||||
apt install pipx
|
||||
pipx install sphinx myst-parser sphinx-rtd-theme
|
||||
|
||||
- name: "Install dependencies with composer"
|
||||
uses: ramsey/composer-install@v3
|
||||
|
||||
@@ -19,6 +19,7 @@ use function dirname, file_exists, file_get_contents, is_file, mkdir, realpath,
|
||||
*/
|
||||
trait BuildDirTrait{
|
||||
|
||||
/** @var string */
|
||||
private const _buildDir = __DIR__.'/../.build/';
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user