diff options
author | Marvin Borner | 2020-11-21 11:34:10 +0100 |
---|---|---|
committer | Marvin Borner | 2020-11-21 11:34:10 +0100 |
commit | ad5f905cd32af320fcf6e1bb2db0f18959e924e5 (patch) | |
tree | 24007f43f9c7cdad94850926bd57694080403298 /.github/workflows | |
parent | 01ab830105160212d0cc1045994d0eabffbe6c67 (diff) |
Removed useless disk creation
This gets executed automatically
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fa885f6..8a37da0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,8 +21,6 @@ jobs: - name: Build cross compiler if: steps.cache-cross.outputs.cache-hit != 'true' run: sh run cross -y - - name: Create disk image - run: sh run disk -y - name: Build run: sh run build -y - name: Upload as artifact |