"lto-wrapper: warning: using serial compilation" - missing linker flag "-flto=auto" on Linux #173
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: Issue - Labeling | |
on: | |
workflow_dispatch: | |
issues: | |
types: ['opened'] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Renato66/auto-label@v2 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
ignore-comments: true | |
labels-synonyms: '{ | |
"Priority: Low":["Low"], | |
"Priority: Medium":["Medium"], | |
"Priority: High":["High"], | |
"Priority: Critical":["Critical"], | |
"Area: Datapack":["[X] Datapack"], | |
"Area: Source":["[X] Source"], | |
"Area: Map":["[X] Map"], | |
"Type: Enhancement":["Enhancement"], | |
"Type: Missing Content":["Missing Content"] | |
}' | |
default-labels: '["Status: Pending Test"]' |