Skip to content

Commit

Permalink
whar?
Browse files Browse the repository at this point in the history
  • Loading branch information
crystall1nedev committed Mar 15, 2023
1 parent ac4ace7 commit e76722b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/development.yml
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
repository: 'PojavLauncherTeam/gl4es-114-extra'
path: 'gl4es'

- name: Build gl4es
if: steps.gl4es-cache.outputs.cache-hit != 'true'
continue-on-error: true
Expand All @@ -59,7 +59,7 @@ jobs:
-DNOX11=ON -DNOEGL=OFF -DSTATICLIB=OFF -DPLATFORM=OS64 \
-DCMAKE_C_FLAGS=-Wno-error=implicit-function-declaration
cmake --build build --config RelWithDebInfo --target GL
cp -R lib/libGL.dylib /Users/eilionoir/actions/prerequisites/libgl4es_114.dylib
cp -R lib/libGL.dylib /Users/eilionoir/actions/prerequisites/libgl4es_114.dylib
- name: Push gl4es
if: github.event != 'pull_request' && github.ref_name == 'main' && steps.gl4es-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit e76722b

Please sign in to comment.