This commit is contained in:
iFargle 2023-10-03 20:26:18 +09:00
parent c0723fb93c
commit 95165fd53e

View file

@ -5,6 +5,8 @@ on: [push]
jobs:
build-console-iso:
runs-on: docker
container:
image: nixos/nix
steps:
- uses: actions/checkout@v3
with:
@ -24,8 +26,6 @@ jobs:
id
uname -a
hostname
- container:
image: nixos/nix
- name: "Docker: Node Info"
run: |
id
@ -38,6 +38,7 @@ jobs:
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "The workflow is now ready to test your code on the runner."
- run: echo "This job's status is ${{ job.status }}."
- if: always()
run: rm -rf /.cache
- if: always()