We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cc9346 commit 14e5297Copy full SHA for 14e5297
1 file changed
.github/workflows/tests.yaml
@@ -56,6 +56,8 @@ jobs:
56
env:
57
phpts: ts
58
debug: true
59
+ - name: Install system dependencies
60
+ run: sudo apt-get update && sudo apt-get install -y libbrotli-dev
61
- name: Install e-dant/watcher
62
uses: ./.github/actions/watcher
63
- name: Set CGO flags
0 commit comments