This commit is contained in:
iFargle 2023-10-03 21:06:32 +09:00
parent ab215d91b5
commit 33fcce9135

View file

@ -6,13 +6,12 @@ jobs:
build-console-iso: build-console-iso:
runs-on: docker runs-on: docker
container: container:
image: node:20-alpine image: alpine
steps: steps:
- name: "Setup Runner" - name: "Setup Runner"
run: | run: |
apk update apk update
apk add git apk add git nodejs nix
sh <(curl -L https://nixos.org/nix/install) --daemon
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
sparse-checkout: | sparse-checkout: |