File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change 45
45
46
46
- name : " -- Install xvfb, libfontconfig and wkhtmltopdf"
47
47
run : sudo apt-get install xvfb libfontconfig wkhtmltopdf
48
- - name : " -- Install libemail"
49
- run : |
50
- sudo apt-get install libemail-outlook-message-perl
51
- which msgconvert
52
48
53
49
- name : " -- Create required directories"
54
50
run : |
@@ -73,11 +69,11 @@ jobs:
73
69
restore-keys : |
74
70
${{ runner.os }}-composer-vendors-
75
71
76
- - name : " -- Install composer dependencies"
77
- run : COMPOSER_PROCESS_TIMEOUT=3000 php /home/runner/work/my-dir-web/my-dir-web/protected/composer.phar install
78
-
79
- - name : " -- Regenarate class mapping"
80
- run : COMPOSER_PROCESS_TIMEOUT=3000 php /home/runner/work/my-dir-web/my-dir-web/protected/composer.phar dump-autoload --optimize --classmap-authoritative
72
+ # - name: " -- Install composer dependencies"
73
+ # run: COMPOSER_PROCESS_TIMEOUT=3000 php /home/runner/work/my-dir-web/my-dir-web/protected/composer.phar install
74
+ #
75
+ # - name: " -- Regenarate class mapping"
76
+ # run: COMPOSER_PROCESS_TIMEOUT=3000 php /home/runner/work/my-dir-web/my-dir-web/protected/composer.phar dump-autoload --optimize --classmap-authoritative
81
77
82
78
83
79
# --------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments