Skip to content

Commit b992a4a

Browse files
authored
Remove explicit bash call as requested
1 parent f121790 commit b992a4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
sudo unzip -j protoc-*.zip bin/protoc -d /usr/local/bin/
3434
3535
- name: Patch
36-
run: bash ./patch.sh
36+
run: ./patch.sh
3737

3838
- name: Compile aapt2
3939
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
sudo unzip -j protoc-*.zip bin/protoc -d /usr/local/bin/
3535
3636
- name: Patch
37-
run: bash ./patch.sh
37+
run: ./patch.sh
3838

3939
- name: Compile aapt2
4040
env:

0 commit comments

Comments
 (0)