Skip to content

Commit b87c885

Browse files
committed
Use sh and not bash syntax
1 parent 4818925 commit b87c885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
- name: Prepare container
3131
run: |
32-
if [[ "${{ matrix.container }}" == *"void-linux"* ]]; then
32+
if [ "${{ matrix.container }}" = *"void-linux"* ]; then
3333
xbps-install -Syu xbps
3434
xbps-install -yu
3535
# node-based actions require libstdc++.so.6

0 commit comments

Comments
 (0)