This commit is contained in:
iFargle 2023-10-03 20:50:49 +09:00
parent 8070e725b8
commit 79987f4ca5

View file

@ -7,7 +7,7 @@ jobs:
runs-on: docker
container:
image: node:18-alpine
entrypoint: [ "/root/.nix-profile/bin/sleep" ]
# entrypoint: [ "/root/.nix-profile/bin/sleep" ]
steps:
- uses: actions/checkout@v3
with: