From e7426ea365a610301fb967f0645aa400b5ec379a Mon Sep 17 00:00:00 2001 From: Aiden McClelland Date: Thu, 28 Mar 2024 17:11:43 -0600 Subject: [PATCH] touch bindings before make touch --- .github/workflows/startos-iso.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/startos-iso.yaml b/.github/workflows/startos-iso.yaml index 47e0266cd..e7ce54427 100644 --- a/.github/workflows/startos-iso.yaml +++ b/.github/workflows/startos-iso.yaml @@ -169,6 +169,7 @@ jobs: - name: Prevent rebuild of compiled artifacts run: | mkdir -p web/dist/raw + touch core/startos/bindings PLATFORM=${{ matrix.platform }} make -t compiled-${{ env.ARCH }}.tar - name: Run iso build