GitHub // Update CI to build SPM packages instead.

This commit is contained in:
ShikiSuen 2024-02-14 17:54:10 +08:00 committed by GitHub
parent 982686018b
commit ad98484094
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Build-with-macOS-latest name: debug-macOS-MainAssembly
on: on:
push: push:
branches: [ "main" ] branches: [ "main" ]
@ -17,6 +17,6 @@ jobs:
xcode-version: '^15.1' xcode-version: '^15.1'
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Clean - name: Clean
run: make clean run: make spmClean
- name: Build - name: Build
run: git pull --all && git submodule sync; make update; make run: make spmDebug