From 72d0f1cb8c3d02262e05b3233638e2112a393fd4 Mon Sep 17 00:00:00 2001 From: Zachary Hall Date: Sun, 20 Oct 2024 09:48:01 -0700 Subject: [PATCH] Fix another incorrect key in workflow --- .forgejo/workflows/compile.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/compile.yaml b/.forgejo/workflows/compile.yaml index 345ac10..8a377a3 100644 --- a/.forgejo/workflows/compile.yaml +++ b/.forgejo/workflows/compile.yaml @@ -29,7 +29,7 @@ jobs: - name: Build binary package run: emerge -v media-sound/looper build-android: - run-on: ubuntu-latest + runs-on: ubuntu-latest steps: - name: Check out repository code uses: actions/checkout@v3