diff options
Diffstat (limited to '.builds/debian-aarch64.yml')
-rw-r--r-- | .builds/debian-aarch64.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.builds/debian-aarch64.yml b/.builds/debian-aarch64.yml index 9b991bb..5326844 100644 --- a/.builds/debian-aarch64.yml +++ b/.builds/debian-aarch64.yml @@ -5,10 +5,9 @@ packages: sources: - https://git.sr.ht/~mcf/cproc - https://git.sr.ht/~mcf/qbe -environment: - PATH: $HOME/qbe/obj:$PATH tasks: - build: | + PATH=$HOME/qbe/obj:$PATH cd qbe cat >config.h <<EOF #define Defasm Gaself |