Skip to content

Commit

Permalink
test new runner setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Szwendacz99 committed Oct 13, 2023
1 parent 7fdaa1d commit 32be66a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitea/workflows/oci-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit 32be66a

Please sign in to comment.