1
0
Fork 0
mirror of https://github.com/melonDS-emu/melonDS.git synced 2025-03-06 21:00:31 +01:00

let's try setting continue-on-error on the universal build so it will stop failing PRs

This commit is contained in:
Nadia Holmquist Pedersen 2024-02-07 21:35:50 +01:00
parent dd2a87f938
commit 93d182e1e9

View file

@ -48,6 +48,7 @@ jobs:
name: Universal binary
needs: [build-macos]
runs-on: macos-13
continue-on-error: true
steps:
- name: Download x86_64
uses: actions/download-artifact@v4