We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c85496 commit baaab35Copy full SHA for baaab35
.github/workflows/build.yml
@@ -5,8 +5,7 @@ on:
5
branches:
6
- main
7
pull_request:
8
- branches:
9
- - main
+ branches: ["main", "144-support-musl"]
10
11
jobs:
12
build-so3:
so3/scripts/syscall_gen.sh
@@ -1,4 +1,4 @@
1
-#!/bin/sh
+#!/bin/bash
2
3
# Copyright (C) 2025 Clément Dieperink <clement.dieperink@heig-vd.ch>
4
#
0 commit comments