test
This commit is contained in:
parent
f4a65e7b17
commit
8070e725b8
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue