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:
runs-on: docker
container:
image: node:20-alpine
image: alpine
steps:
- name: "Setup Runner"
run: |
apk update
apk add git
sh <(curl -L https://nixos.org/nix/install) --daemon
apk add git nodejs nix
- uses: actions/checkout@v3
with:
sparse-checkout: |