Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
Change-Id: I054a8633de3da5d72f09726a391f2cbbf323c902
  • Loading branch information
SolDev69 committed Dec 23, 2023
1 parent 6c635e5 commit 17b539d
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: CI
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [ main ]
branches: [ master ]
pull_request:
branches: [ main ]
branches: [ master ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down Expand Up @@ -47,11 +47,4 @@ jobs:
export CC=clang
export CXX=clang++
cmake --build . --parallel
- name: Upload ANGLE
uses: actions/upload-artifact@v2
with:
name: angle-libs-${{matrix.arch}}
path: |
angle/out/Android-${{matrix.arch}}/libGLESv2_angle.so
angle/out/Android-${{matrix.arch}}/libEGL_angle.so

0 comments on commit 17b539d

Please # to comment.