Skip to content

Commit

Permalink
[CI] sudo required it seems
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Sep 18, 2021
1 parent 1f6280a commit 4a091cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.ci', '.env');"
- name: Install bgpq3
run: apt-get install bgpq3
run: sudo apt-get install bgpq3
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Set up Dusk chrome-drover
Expand Down

0 comments on commit 4a091cb

Please sign in to comment.