Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jmans25 authored Dec 23, 2023
1 parent 41b7a8a commit 1a664d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
workflow_dispatch:
jobs:
build:
name: Build ipa and deb
name: Build ipa ONLY
runs-on: macos-10.15
steps:
- name: Checkout repository
Expand All @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: brew install dpkg ldid
- name: Build using cmake
run: make all
run: make ipa
- uses: actions/upload-artifact@v2
with:
name: ppsspp-binaries
Expand Down

0 comments on commit 1a664d3

Please sign in to comment.