This commit is contained in:
iFargle 2023-10-03 20:53:46 +09:00
parent 79987f4ca5
commit eefa81ae10

View file

@ -6,9 +6,12 @@ jobs:
build-console-iso: build-console-iso:
runs-on: docker runs-on: docker
container: container:
image: node:18-alpine image: node:20-alpine
# entrypoint: [ "/root/.nix-profile/bin/sleep" ]
steps: steps:
- name: "Setup Runner"
run: |
apk update
apk add git
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
sparse-checkout: | sparse-checkout: |