From 7c223ce064c18d845960bf5a2973db85ace2586a Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sun, 26 Jan 2025 09:50:16 -0500 Subject: [PATCH] feat: Testing just installing just with apt, not using action --- .gitea/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 900dc11..5e1cf2f 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,7 +11,9 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup just. - uses: https://git.housh.dev/actions/setup-just.git@v1.1 + run: sudo apt install -y just + # - name: Setup just. + # uses: https://git.housh.dev/actions/setup-just.git@v1.1 - name: Setup QEMU uses: docker/setup-qemu-action@v3 - name: Setup buildx