Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pugaizai authored Dec 8, 2023
1 parent 8138ccb commit 23139c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ jobs:
- name: Add OpenGL ES 2.0 build option
if: matrix.driver == 'gles2' && ( matrix.arch == 'x86_64' || ( matrix.arch == 'aarch64' && github.event.inputs.arm_flatpak == 'true' ) )
run: |
sed -i "194i \ - '-DUSE_GLES2=ON'" .flatpak-manifest.yml
sed -i "206i \ - '-DUSE_GLES2=ON'" .flatpak-manifest.yml
- name: Rename package
if: matrix.arch == 'aarch64'
Expand Down

0 comments on commit 23139c1

Please sign in to comment.