Skip to content

Commit d9fc92f

Browse files
committed
set -eux
1 parent ab18236 commit d9fc92f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/JS_build_test_publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ jobs:
4343
- host: macos-latest
4444
target: x86_64-apple-darwin
4545
build: |
46-
set -eu
46+
set -eux
47+
rustc --version
4748
yarn build --target x86_64-apple-darwin
4849
yarn build:ts
4950
- host: windows-latest

0 commit comments

Comments
 (0)