Skip to content

Commit 3f60ad5

Browse files
committed
Try to fix CI
1 parent fc22094 commit 3f60ad5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@ jobs:
4242
go-version-file: go.mod
4343

4444
- name: Fetch artifacts
45-
run: |
46-
OS="${{ matrix.target.name }}" ARCH="${{ matrix.target.cpu }}" make fetch
45+
env:
46+
OS: ${{ matrix.target.name }}
47+
ARCH: ${{ matrix.target.cpu }}
48+
run: make fetch
4749

4850
- name: Build
4951
run: make build

0 commit comments

Comments
 (0)