This commit is contained in:
iFargle 2023-10-03 12:08:20 +09:00
parent e65d4ea697
commit 90b7b7dff3

View file

@ -6,6 +6,7 @@ jobs:
build-console-iso: build-console-iso:
runs-on: docker runs-on: docker
steps: steps:
- uses: ./.forgejo/actions/nixos-docker
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
sparse-checkout: | sparse-checkout: |
@ -19,7 +20,6 @@ jobs:
- name: "Directory Structure" - name: "Directory Structure"
run: | run: |
ls ${{ github.workspace }} ls ${{ github.workspace }}
- uses: ./.forgejo/actions/nixos-docker@main
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event." - run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
- run: echo "This job is now running on a ${{ runner.os }} server." - run: echo "This job is now running on a ${{ runner.os }} server."
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."