Skip to content

Commit 6104305

Browse files
author
NullPointerException
committed
update issue template
1 parent af7c6be commit 6104305

2 files changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/build-ffmpeg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: 安装依赖包
2727
run: |
2828
sudo apt-get update
29-
sudo apt-get install -y autoconf automake libtool pkg-config curl git doxygen nasm cmake gcc gperf texinfo yasm bison autogen wget autopoint meson ninja ragel groff gtk-doc-tools libtasn1-6-dev
29+
sudo apt-get install -y autoconf automake libtool pkg-config curl git doxygen nasm cmake gcc gperf texinfo yasm bison autogen wget autopoint meson ninja-build ragel groff gtk-doc-tools libtasn1-6-dev
3030
3131
- name: 设置 Android SDK
3232
uses: android-actions/setup-android@v2

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,15 @@ on:
99
- 'README.md'
1010
- 'fastlane/**'
1111
- 'assets/**'
12-
- '.github/**/*.md'
13-
- '.github/FUNDING.yml'
14-
- '.github/ISSUE_TEMPLATE/**'
12+
- '.github/**'
1513
push:
1614
branches:
1715
- main
1816
paths-ignore:
1917
- 'README.md'
2018
- 'fastlane/**'
2119
- 'assets/**'
22-
- '.github/**/*.md'
23-
- '.github/FUNDING.yml'
24-
- '.github/ISSUE_TEMPLATE/**'
20+
- '.github/**'
2521

2622
jobs:
2723
build-client:

0 commit comments

Comments
 (0)