From cfc7c1caabd6b2ce5580a8c6ee8d42a448992dd1 Mon Sep 17 00:00:00 2001 From: Michael Housh Date: Sat, 7 Dec 2024 09:54:50 -0500 Subject: [PATCH] feat: Adds ci --- .gitea/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f0b0b07..0b138c6 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,9 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup just. - uses: extractions/setup-just@v2 - env: - GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} + run: apt install -y just - name: Setup QEMU uses: docker/setup-qemu-action@v3 - name: Setup Docker Buildx