kojiromike commented on code in PR #299:
URL: https://github.com/apache/avro-rs/pull/299#discussion_r2367801401


##########
.github/workflows/test-lang-rust-ci.yml:
##########
@@ -250,6 +250,7 @@ jobs:
           key: ${{ runner.os }}-target-cache1-stable-${{ 
hashFiles('**/Cargo.lock') }}
 
       - name: Install wasm-pack
+        shell: /usr/bin/bash -o pipefail -e {0}

Review Comment:
   An obscure fact about GitHub Actions is that if you don't set the shell, you 
get bash without pipefail, but if you set the shell to bash explicitly, you get 
pipefail implicitly.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to