Skip to content

Commit aff261e

Browse files
authored
fixed huff toolchain (#12)
* fixed huff toolchain * fix --------- Co-authored-by: lmittmann <[email protected]>
1 parent e56e2ed commit aff261e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
- uses: actions/setup-go@v5
4040
with:
4141
go-version: "1.23"
42-
- uses: huff-language/huff-toolchain@v3
43-
with:
44-
version: nightly
42+
- uses: cakevm/huff-neo-toolchain@v1
4543
- name: go test
4644
run: go test ./...

0 commit comments

Comments
 (0)