Skip to content

Commit fe4cbc7

Browse files
committed
install brotli
1 parent a7716c1 commit fe4cbc7

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
runs-on: macos-latest
7878
env:
7979
GOEXPERIMENT: cgocheck2
80+
HOMEBREW_NO_AUTO_UPDATE: 1
8081
steps:
8182
- uses: actions/checkout@v4
8283
- uses: actions/setup-go@v5
@@ -94,6 +95,8 @@ jobs:
9495
env:
9596
phpts: ts
9697
debug: true
98+
- name: Install Brotli
99+
run: brew install brotli
97100
- name: Set Set CGO flags
98101
run: |
99102
{
@@ -106,4 +109,4 @@ jobs:
106109
run: go test -tags nowatcher -race -v ./...
107110
- name: Run Caddy module tests
108111
working-directory: caddy/
109-
run: go test -tags nowatcher,nobrotli,nobadger,nomysql,nopgx -race -v ./...
112+
run: go test -tags nowatcher,nobadger,nomysql,nopgx -race -v ./...

0 commit comments

Comments
 (0)