make: remove static targets

This commit is contained in:
tobtoht
2024-10-24 23:08:50 +02:00
parent 84df77404e
commit c461b3c67b
3 changed files with 6 additions and 86 deletions

View File

@@ -78,7 +78,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'