Merge branch 'master' of github.com:losnoco/cog

CQTexperiment
Christopher Snowhill 2021-04-05 11:28:35 -07:00
commit 2a7c89f294
1 changed files with 4 additions and 6 deletions

View File

@ -32,12 +32,10 @@ jobs:
- name: Run xcodebuild
run: >
xcodebuild
-target Ogg
-target Opus
-scheme Cog
-configuration Debug
-derivedDataPath output
build
-scheme Cog
-configuration Debug
-derivedDataPath output
build
- name: Upload Artifact
uses: actions/upload-artifact@v2
with: