Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
ci: stop installing kyua from packages
Baptiste Daroussin committed 1 year ago
commit e12bd6aa72f47008cbf1515a70f26d9fd9a4b9d4
parent 2ac22019e5662b2f3c4b1f2a1d172deb2bc6fc84
1 file changed +1 -2
modified .builds/freebsd.yml
@@ -1,6 +1,5 @@
image: freebsd/latest
packages:
-
  - kyua
  - pkgconf
  - python3
sources:
@@ -9,7 +8,7 @@ tasks:
  - configure: |
      mkdir build
      cd build
-
      ../pkg/configure 
+
      ../pkg/configure
  - build: |
      cd build
      make