Skip to content

Commit

Permalink
Set CI to use correct script
Browse files Browse the repository at this point in the history
  • Loading branch information
shinra-electric committed Aug 30, 2024
1 parent 42f084e commit 6f099d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos-arm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Build
run: ./build_rpcs3.sh
run: ./.github/build_rpcs3_ci.sh

- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.5
Expand Down

0 comments on commit 6f099d2

Please sign in to comment.