Skip to content

Commit f1200ba

Browse files
committed
Env vars
1 parent 107147e commit f1200ba

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/go.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ jobs:
2525
uses: actions/setup-go@v5
2626
with:
2727
go-version: '1.23.2'
28-
cache-dependency-path: |
29-
browser/go.sum
30-
code-gen/go.sum
3128

3229
- name: Build
33-
working-directory: ./browser
30+
env:
31+
CC: clang
32+
CXX: clang++
3433
run: |
35-
go get
3634
go build -v ./...
3735
go test -v ./...

0 commit comments

Comments
 (0)