From f80c7e781e77b95328a5b206e8e73445395d1f59 Mon Sep 17 00:00:00 2001 From: Tyler Nickerson Date: Thu, 26 Oct 2023 00:07:24 -0700 Subject: [PATCH] test --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index b809dd42..a08636c1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -27,7 +27,7 @@ jobs: - name: Install dependencies in .tool-versions uses: asdf-vm/actions/install@v2 - name: Install cross-compiler toolchain - run: sudo apt-get -y install gcc-aarch64-linux-gnu + run: sudo apt-get -y install gcc-aarch64-linux-gnu libxml2-dev - name: Run build run: just build-all --id linux - uses: actions/upload-artifact@v3