From 32be66a8550423733fb693737e29864e2406998c Mon Sep 17 00:00:00 2001 From: Maciej Lebiest Date: Fri, 13 Oct 2023 20:51:37 +0200 Subject: [PATCH] test new runner setup --- .gitea/workflows/oci-image.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/oci-image.yml b/.gitea/workflows/oci-image.yml index 92581a6..5cd3ca2 100644 --- a/.gitea/workflows/oci-image.yml +++ b/.gitea/workflows/oci-image.yml @@ -4,8 +4,9 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: linux_amd64 + runs-on: ubuntu-latest steps: + - run: dnf install -y nodejs git - name: Check out repository code uses: actions/checkout@v3 - run: podman build -t gitea.maciej.cloud/packages/neovim .