diff options
author | Michael Forney <mforney@mforney.org> | 2024-03-22 01:53:43 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2024-03-22 01:53:43 -0700 |
commit | 706f0eff71bf8811bf2c1ff1c57dfb755cd22205 (patch) | |
tree | 4a6e3d03e9afb3e0a1aefd718f89b5ca4c61ff79 | |
parent | 91007226cc8b8e82f9da65bae104cc24155e51fa (diff) |
CI: Use upstream QBE in Debian aarch64 build
This was accidentally left as my personal branch when all the other
builds were updated.
-rw-r--r-- | .builds/debian-aarch64.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.builds/debian-aarch64.yml b/.builds/debian-aarch64.yml index 2399004..4de7e85 100644 --- a/.builds/debian-aarch64.yml +++ b/.builds/debian-aarch64.yml @@ -6,7 +6,7 @@ packages: - qemu-user-binfmt sources: - https://git.sr.ht/~mcf/cproc -- https://git.sr.ht/~mcf/qbe +- git://c9x.me/qbe.git tasks: - build: | PATH=$HOME/qbe:$PATH |