fix make -t

This commit is contained in:
Aiden McClelland
2024-03-29 12:18:40 -06:00
parent 3bab7678b7
commit 44e856e8dc
2 changed files with 7 additions and 2 deletions

View File

@@ -173,6 +173,7 @@ jobs:
run: |
mkdir -p web/dist/raw
touch core/startos/bindings
mkdir -p container-runtime/dist
PLATFORM=${{ matrix.platform }} make -t compiled-${{ env.ARCH }}.tar
- name: Run iso build