Skip to content

Commit 610dde5

Browse files
Comment out steps for adding and checking the rar extension in macOS workflow
1 parent cd848e4 commit 610dde5

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/run-macos.yml

-16
Original file line numberDiff line numberDiff line change
@@ -36,27 +36,11 @@ jobs:
3636
- name: Install dependencies
3737
run: composer install --prefer-dist --no-interaction
3838

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-
5239
- name: Create .env file
5340
run: |
5441
cp .env.example .env
5542
shell: bash
5643

57-
# - name: Check extension rar
58-
# run: php -m | grep rar
59-
6044
- name: Check extension imagick
6145
run: php -m | grep imagick
6246

0 commit comments

Comments
 (0)