Skip to content

Commit

Permalink
Use bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Nov 29, 2024
1 parent e50f772 commit c8e14f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -638,6 +638,7 @@ jobs:
echo "RUNNER_WORKSPACE=`pwd`" >> $GITHUB_ENV
- name: install build tools
shell: bash
run: |
apt-get update -q
apt-get install -y software-properties-common
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/src/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ jobs:
echo "RUNNER_WORKSPACE=`pwd`" >> $GITHUB_ENV
- name: install build tools
shell: bash
run: |
apt-get update -q
apt-get install -y software-properties-common
Expand Down

0 comments on commit c8e14f0

Please sign in to comment.