Skip to content

Commit

Permalink
fix(workflow): change install deps script
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoliveira21 committed Dec 23, 2023
1 parent 1de3391 commit 87989e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
go-version: '1.21.x'

- name: Install dependencies
run: go get .
run: go mod download

- name: Build WASM
run: GOOS=js GOARCH=wasm go build -o ./web/public/chip8.wasm ./web/web.go
Expand Down

0 comments on commit 87989e7

Please sign in to comment.