feat: 音频框架默认pipewire,且treeland环境强制切换为pipewire框架 #1068
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Call License and README Check | |
on: | |
pull_request_target: | |
types: [opened, synchronize, reopened] | |
permissions: | |
pull-requests: write | |
contents: read | |
concurrency: | |
group: ${{ github.workflow }}-pull/${{ github.event.number }} | |
cancel-in-progress: true | |
jobs: | |
license-check: | |
uses: linuxdeepin/.github/.github/workflows/license-check.yml@master |