From ad98484094a98064f494e431b75a8d49aaf35448 Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Wed, 14 Feb 2024 17:54:10 +0800 Subject: [PATCH] GitHub // Update CI to build SPM packages instead. --- .github/workflows/continuous-integration-workflow.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index ea986353..6ca6d821 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -1,4 +1,4 @@ -name: Build-with-macOS-latest +name: debug-macOS-MainAssembly on: push: branches: [ "main" ] @@ -17,6 +17,6 @@ jobs: xcode-version: '^15.1' - uses: actions/checkout@v1 - name: Clean - run: make clean + run: make spmClean - name: Build - run: git pull --all && git submodule sync; make update; make + run: make spmDebug