Skip to content

Commit 2faab39

Browse files
committed
Fix CI workflow env scoping
1 parent 1967eee commit 2faab39

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ jobs:
1717
build:
1818
name: Build (${{ matrix.os }})
1919
runs-on: ${{ matrix.os }}
20-
env:
21-
GOCACHE: ${{ runner.temp }}/go-build-cache
2220
strategy:
2321
fail-fast: false
2422
matrix:
@@ -46,4 +44,6 @@ jobs:
4644
run: npm ci
4745

4846
- name: Typecheck and build app
47+
env:
48+
GOCACHE: ${{ runner.temp }}/go-build-cache
4949
run: npm run build:prod

0 commit comments

Comments
 (0)