This commit is contained in:
iFargle 2023-10-03 20:50:18 +09:00
parent f4a65e7b17
commit 8070e725b8

View file

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