This commit is contained in:
iFargle 2023-10-03 20:44:41 +09:00
parent 1701878056
commit 939ac6eae8

View file

@ -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: