Fix builds.yml
1 files changed, 5 insertions(+), 3 deletions(-)

M .builds.yml
M .builds.yml +5 -3
@@ 1,10 1,12 @@ 
-image: debian
+image: debian/buster
 packages:
  - cargo
 sources:
  - hg+https://hg.sr.ht/~icefox/oorandom
 tasks:
  - build: |
-     cargo build
+    cd oorandom
+    cargo build
  - test: |
-     cargo test
+    cd oorandom
+    cargo test