Skip to content

Commit baaab35

Browse files
committed
fix sh to bash in script
1 parent 5c85496 commit baaab35

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches:
9-
- main
8+
branches: ["main", "144-support-musl"]
109

1110
jobs:
1211
build-so3:

so3/scripts/syscall_gen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
# Copyright (C) 2025 Clément Dieperink <clement.dieperink@heig-vd.ch>
44
#

0 commit comments

Comments
 (0)