Skip to content

Commit

Permalink
sh -> bash
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Braun committed Sep 25, 2023
1 parent 36c8141 commit df3adfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/harness_stress_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Install Protobuf and LLVM
run: |
sh ./scripts/bitcoin.sh
bash ./scripts/bitcoin.sh
sudo apt-get install protobuf-compiler llvm libsecp256k1-dev libsecp256k1-0 libclang-dev
- name: t2n3 && 1 proposal per session
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Install Protobuf and LLVM
run: |
sh ./scripts/bitcoin.sh
bash ./scripts/bitcoin.sh
sudo apt-get install protobuf-compiler llvm libsecp256k1-dev libsecp256k1-0 libclang-dev
- name: Install cargo make
Expand Down

0 comments on commit df3adfd

Please sign in to comment.