Skip to content

Commit 3692f5d

Browse files
committed
add shell bash
1 parent 07e93bc commit 3692f5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/opencv.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,12 @@ jobs:
9898
fi
9999
100100
- name: Show Build Artifacts
101+
shell: bash
101102
run: |
102103
cd opencv/build && ls -lR
103104
104105
- name: Make artifacts
106+
shell: bash
105107
run: |
106108
mkdir artifacts
107109
cp -r opencv/build/install/* artifacts

0 commit comments

Comments
 (0)