chore: add entrypoint to container
Some checks failed
flake-check / build (pull_request) Failing after 1s

This commit is contained in:
2025-08-27 22:11:10 +02:00
parent c77ab3af16
commit 07d12cc1f2

View File

@@ -8,6 +8,8 @@ on:
jobs:
build:
container:
options: '--entrypoint "sh -c sleep 10800"'
runs-on: [ nix-latest ]
steps:
- uses: actions/checkout@v3