Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed May 22, 2024
1 parent 8081a5a commit 9c6e32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ jobs:
libzip_VERSION=1.7.1 libzip_CFLAGS="${{env.LIBZIP_CFLAGS}}" libzip_LIBS="${{env.LIBZIP_LIBS}}" \
zlib_LIBS="/${{env.dest}}/lib/libz.a" libcurl_CFLAGS="${{env.LIBCURL_CFLAGS}}" libcurl_LIBS="$LIBCURL_LIBS"
- name: make
run: make
run: make V=1
- name: make install
run: make install
- name: prepare artifact
Expand Down

0 comments on commit 9c6e32d

Please sign in to comment.