From bbf9a8b3900eabbe9c6f63a32d52de41e53d44e1 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Thu, 29 Jan 2026 10:43:49 -0500 Subject: [PATCH] feat: Setup just directly in ci workflow --- .gitea/workflows/ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 4a8d1b0..a825bd2 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -15,7 +15,8 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup just - uses: https://git.housh.dev/actions/setup-just.git@v1 + shell: bash + run: sudo apt update && apt install -y just - name: Setup QEMU uses: docker/setup-qemu-action@v3 - name: Setup buildx