Skip to content

Commit

Permalink
Update ci_check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkauzh committed Oct 10, 2023
1 parent cc52ace commit d698e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
run: GOOS=js GOARCH=wasm go build -o build/main.wasm tests/test1/test1.go

- name: Example
run: GOOS=js GOARCH=wasm go build -o build/main.wasm examples/example.go
run: GOOS=js GOARCH=wasm go build -o build/main.wasm example/example.go

0 comments on commit d698e06

Please sign in to comment.