File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 inputGstVersion :
1313 description : " 输入gstreamer版本:"
1414 required : true
15- default : " 1.28.1 "
15+ default : " 1.28.2 "
1616 inputXzVersion :
1717 description : " 输入xz版本:"
1818 required : true
19- default : " v5.8.1 "
19+ default : " v5.8.3 "
2020 inputFlacVersion :
2121 description : " 输入flac版本:"
2222 required : true
2323 default : " 1.5.0"
2424 inputXkbcommonVersion :
2525 description : " 输入xkbcommon的版本:"
2626 required : true
27- default : " xkbcommon-1.13.0 "
27+ default : " xkbcommon-1.13.1 "
2828 inputMangohudVersion :
2929 description : " 输入MangoHud版本:"
3030 required : true
7979 key : ccache-${{ github.event.inputs.inputGstVersion }}-${{ github.event.inputs.inputGlibVersion }}-${{ github.event.inputs.inputXzVersion }}
8080 restore-keys : |
8181 ccache-
82+ ccache-1.28.1-2.86.3-v5.8.1
8283
8384 - name : Check ccache exists
8485 run : |
Original file line number Diff line number Diff line change @@ -188,11 +188,15 @@ flex
188188bison
189189libdrm-dev
190190libasound2-dev
191-
191+ glslang-dev
192+ libmpg123-dev
193+ pkg-config
194+ libxcb-xkb-dev
195+ autotools-dev
192196)
193197```
194198
195- 使用apt或者apt-fast安装就行了
199+ 使用apt或者apt-fast安装 ``` ${allPkgs[@]} ``` 就行了
196200
197201<a id =' others ' ></a >
198202## CA 证书支持
You can’t perform that action at this time.
0 commit comments