Skip to content

Commit

Permalink
Remove obsolete dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
pmaanen committed Dec 11, 2023
1 parent dd7f022 commit 841320d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
build-debug:
name: Build debug
runs-on: ubuntu-latest
needs: [setup]
if: github.ref =='refs/heads/dev'
steps:
- name: Checkout code
Expand Down Expand Up @@ -46,7 +45,6 @@ jobs:
build-master:
name: Build master
runs-on: ubuntu-latest
needs: [setup]
if: github.ref == 'refs/heads/master'
steps:
- name: Checkout code
Expand Down

0 comments on commit 841320d

Please sign in to comment.