We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72229b9 commit 269830bCopy full SHA for 269830b
.github/workflows/androidbuild.yml
@@ -3,7 +3,7 @@ name: android build workflows
3
on:
4
push:
5
branches:
6
- - develop
+ - master
7
8
permissions:
9
contents: read
.github/workflows/rockybuild.yml
@@ -53,9 +53,6 @@ jobs:
53
54
- name: install system package
55
run: |
56
- dnf clean all
57
- dnf makecache
58
- dnf distro-sync -y
59
dnf update -y
60
dnf install gcc g++ make git jq unzip wget -y
61
0 commit comments