fix: actually use path setting when building

This commit is contained in:
Jef Roosens 2022-12-16 20:38:26 +01:00
parent 894323ddcb
commit 402fef475a
8 changed files with 44 additions and 41 deletions

View file

@ -1,6 +1,6 @@
module client
import build { BuildConfig }
import models { BuildConfig }
// poll_jobs requests a list of new build jobs from the server.
pub fn (c &Client) poll_jobs(arch string, max int) ![]BuildConfig {