We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd848e4 commit 610dde5Copy full SHA for 610dde5
.github/workflows/run-macos.yml
@@ -36,27 +36,11 @@ jobs:
36
- name: Install dependencies
37
run: composer install --prefer-dist --no-interaction
38
39
- # - name: Add rar extension
40
- # run: |
41
- # git clone https://github.com/cataphract/php-rar
42
- # cd php-rar
43
- # phpize
44
- # ./configure
45
- # sudo make
46
- # sudo make install
47
- # pecl_path=$(pecl config-get ext_dir)
48
- # phpini_path=$(php -i | grep /.+/php.ini -oE)
49
- # sudo cp ./modules/rar.so $pecl_path
50
- # sudo echo "extension=rar.so" > $phpini_path
51
-
52
- name: Create .env file
53
run: |
54
cp .env.example .env
55
shell: bash
56
57
- # - name: Check extension rar
58
- # run: php -m | grep rar
59
60
- name: Check extension imagick
61
run: php -m | grep imagick
62
0 commit comments