Merge pull request #9538

c461b3c67 make: remove static targets (tobtoht)
This commit is contained in:
tobtoht
2025-02-24 18:16:13 +00:00
3 changed files with 6 additions and 86 deletions

View File

@@ -77,7 +77,7 @@ jobs:
- name: build
run: |
${{env.CCACHE_SETTINGS}}
make release-static-win64 -j${{env.MAKE_JOB_COUNT}}
make release-static -j${{env.MAKE_JOB_COUNT}}
build-arch:
name: 'Arch Linux'