Update .gitlab-ci.yml

This commit is contained in:
Autechre 2021-02-10 23:23:56 +01:00 committed by GitHub
parent ddbb1bef26
commit 269523d42b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -270,7 +270,7 @@ build-retroarch-osx-x64:
dependencies: []
script:
# Normal RetroArch Build
- ./configure --enable-metal
- ./configure --enable-metal --disable-al
- make -j$NUMPROC
# Cleanup for DMG creation