Skip to content

Commit 72ba49d

Browse files
committed
actions: change static build
1 parent 089ee43 commit 72ba49d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: build
8080
run: |
8181
${{env.CCACHE_SETTINGS}}
82-
make release-static-win64 -j${{env.MAKE_JOB_COUNT}}
82+
make release-static -j${{env.MAKE_JOB_COUNT}}
8383
8484
build-arch:
8585
name: 'Arch Linux'

0 commit comments

Comments
 (0)