Skip to content

Commit 3909a69

Browse files
Update php.yml
1 parent 0774ef0 commit 3909a69

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/php.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
restore-keys: |
3737
${{ runner.os }}-php-
3838
39+
- name: Install NASM
40+
run: sudo apt-get install -y nasm
41+
3942
- name: Install dependencies
4043
run: composer install --prefer-dist --no-progress
4144

0 commit comments

Comments
 (0)