Skip to content

Commit

Permalink
Also install bcc
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Feb 4, 2022
1 parent 3214d45 commit eb62416
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bcc.yml
Expand Up @@ -34,7 +34,9 @@ jobs:
${{ runner.os }}-composer-
- name: Run composer install
run: composer install -o
run: |
composer install -o
composer bin bcc install
env:
COMPOSER_ROOT_VERSION: dev-master

Expand Down

0 comments on commit eb62416

Please sign in to comment.