Skip to content

new: add musl lib

new: add musl lib #164

Workflow file for this run

name: CI
on:
pull_request:
paths-ignore:
- '**.md'
- 'docs/**'
- '.vscode/'
- 'appcast.xml'
push:
branches:
- main
- dev
- v3
- v4
paths-ignore:
- '**.md'
- 'docs/**'
- '.vscode/'
- 'appcast.xml'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
run:
uses: ./.github/workflows/build.yml

Check warning on line 27 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Workflow syntax warning

In .github/workflows/ci.yml (Line: 27, Col: 11): Error from called workflow hiddify/hiddify-core/.github/workflows/build.yml@97a41f7a959358af6c164cbc36c46b3b7a501f8d (Line: 43, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?

Check warning on line 27 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Workflow syntax warning

In .github/workflows/ci.yml (Line: 27, Col: 11): Error from called workflow hiddify/hiddify-core/.github/workflows/build.yml@97a41f7a959358af6c164cbc36c46b3b7a501f8d (Line: 49, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
secrets: inherit
permissions: write-all
if: "${{!contains(github.event.head_commit.message, 'release: version')}}"
with:
upload-artifact: ${{ github.event_name == 'push' }}