Skip to content

Commit bd261ef

Browse files
committed
fixup
Signed-off-by: Frederic BIDON <[email protected]>
1 parent bd8f2e6 commit bd261ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
-
107107
name: Locate go fuzz cache
108108
run: |
109-
GOCACHE="$(go env GOCACHE)"
109+
GOCACHE=$(go env GOCACHE)
110110
echo "${GOCACHE}/fuzz" >> "${GITHUB_ENV}"
111111
-
112112
uses: actions/cache@v3

0 commit comments

Comments
 (0)