We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab18236 commit d9fc92fCopy full SHA for d9fc92f
1 file changed
.github/workflows/JS_build_test_publish.yml
@@ -43,7 +43,8 @@ jobs:
43
- host: macos-latest
44
target: x86_64-apple-darwin
45
build: |
46
- set -eu
+ set -eux
47
+ rustc --version
48
yarn build --target x86_64-apple-darwin
49
yarn build:ts
50
- host: windows-latest
0 commit comments