Test 2
This commit is contained in:
parent
1701878056
commit
939ac6eae8
1 changed files with 3 additions and 3 deletions
|
@ -5,9 +5,9 @@ on: [push]
|
|||
jobs:
|
||||
build-console-iso:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ubuntu
|
||||
entrypoint: [ "/root/.nix-profile/bin/sleep" ]
|
||||
# container:
|
||||
# image: ubuntu
|
||||
# entrypoint: [ "/root/.nix-profile/bin/sleep" ]
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue