Skip to content

Commit 269830b

Browse files
committed
ci:update test
1 parent 72229b9 commit 269830b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/androidbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: android build workflows
33
on:
44
push:
55
branches:
6-
- develop
6+
- master
77

88
permissions:
99
contents: read

.github/workflows/rockybuild.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ jobs:
5353

5454
- name: install system package
5555
run: |
56-
dnf clean all
57-
dnf makecache
58-
dnf distro-sync -y
5956
dnf update -y
6057
dnf install gcc g++ make git jq unzip wget -y
6158

0 commit comments

Comments
 (0)