Skip to content

Commit

Permalink
Remove jobs=1
Browse files Browse the repository at this point in the history
  • Loading branch information
1Revenger1 committed Oct 9, 2024
1 parent 58e356b commit 9ba1012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
run: |
echo "sha_short=$(git rev-parse --short=8 ${{ github.sha }})" >> $GITHUB_OUTPUT
- run: xcodebuild -scheme VoodooRMI -jobs 1 -configuration Debug -derivedDataPath build
- run: xcodebuild -scheme VoodooRMI -jobs 1 -configuration Release -derivedDataPath build
- run: xcodebuild -scheme VoodooRMI -derivedDataPath build -configuration Debug
- run: xcodebuild -scheme VoodooRMI -derivedDataPath build -configuration Release

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 9ba1012

Please sign in to comment.