Ignore 7z warn

This commit is contained in:
2025-09-09 12:22:52 +08:00
parent 555ade4bce
commit e9a7217ba5
3 changed files with 3 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ on:
paths-ignore:
- README.md
- '.github/workflows/github-pages.yml'
- '.github/workflows/release.yml'
branches:
- master
pull_request:

View File

@@ -9,6 +9,7 @@ on:
branches: [ "master" ]
paths-ignore:
- '.github/workflows/CI.yml'
- '.github/workflows/release.yml'
- 'doc/**'
- Dockerfile
- docker-compose.yml

View File

@@ -20,8 +20,7 @@ jobs:
arch=${{ matrix.arch }}
arch=${arch/-unknown/}
curl -L "https://github.com/lifegpc/musl-toolchain/releases/download/gcc-9.4/${arch}-x86_64-linux-static.7z" -o musl-toolchain.7z
sudo 7z x musl-toolchain.7z -o./musl-toolchain
exit 0
sudo 7z x musl-toolchain.7z -o./musl-toolchain || true
- name: Build project
run: |
arch=${{ matrix.arch }}