Browse Source

Merge branch 'oddcoder-master-patch-78534' into 'master'

Fix make libs in CI

See merge request redox-os/relibc!256
Jeremy Soller 5 years ago
parent
commit
e85148cc15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ci.sh

+ 1 - 1
ci.sh

@@ -7,5 +7,5 @@ then
     make all
     make test
 else
-    make libc
+    make libs
 fi