Skip to content

Commit 9bf10fd

Browse files
musl fix (cloudevents#34)
Signed-off-by: Francesco Guardiani <[email protected]>
1 parent 2dfdd78 commit 9bf10fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v2
2222
- run: sudo apt-get update
2323
if: matrix.target == 'x86_64-unknown-linux-musl'
24-
- run: sudo apt-get install -y musl
24+
- run: sudo apt-get install -y musl musl-dev musl-tools
2525
if: matrix.target == 'x86_64-unknown-linux-musl'
2626
- name: Cache cargo registry
2727
uses: actions/cache@v1

0 commit comments

Comments
 (0)