Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 975550a

Browse files
committed
fixup! chore: use Deno from all ci scripts
1 parent 98944c8 commit 975550a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ build: build/macos build/windows build/linux
99

1010
build/macos:
1111
# requires darwin
12-
CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 ./ci/steps/build.sh
12+
CGO_ENABLED=1 GOOS=darwin GOARCH=amd64 ./ci/steps/build.ts
1313
build/windows:
14-
CGO_ENABLED=0 GOOS=windows GOARCH=386 ./ci/steps/build.sh
14+
CGO_ENABLED=0 GOOS=windows GOARCH=386 ./ci/steps/build.ts
1515
build/linux:
16-
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 ./ci/steps/build.sh
16+
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 ./ci/steps/build.ts

0 commit comments

Comments
 (0)