Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Sep 4, 2023
1 parent 8a1eada commit 78aa5d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ jobs:

steps:
- name: Install PHP build dependencies
run: sudo apt-get update && sudo apt-get install \
re2c
run: |
sudo apt-get update && sudo apt-get install \
re2c
- name: Restore PHP build cache
uses: actions/cache@v3
Expand Down

0 comments on commit 78aa5d2

Please sign in to comment.