FIX Build/test script
1 files changed, 1 insertions(+), 1 deletions(-)

M .builds/freebsd.yml
M .builds/freebsd.yml +1 -1
@@ 19,7 19,7 @@ tasks:
       opam install -y hll pds
   - build: |
       eval $(opam env)
-      cd byocm
+      cd byocm/code
       time gmake -j4
   - test: |
       eval $(opam env)