fix: switch CI to shell runner (runs directly on host)
Some checks failed
CI/CD Pipeline / build (push) Failing after 0s
CI/CD Pipeline / deploy (push) Has been skipped

This commit is contained in:
vrubel 2026-06-06 16:10:09 +00:00
parent 33f49fde29
commit 4109aa1ab8

View file

@ -7,7 +7,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: shell
steps:
- uses: actions/checkout@v4