Skip to content

Commit ada8847

Browse files
dschoGit for Windows Build Agent
authored and
Git for Windows Build Agent
committed
fixup??? ci (vs-build): build with NO_GETTEXT
We need this, too, and it has been upstreamed already. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 7582352 commit ada8847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
VCPKG_ROOT: ${{github.workspace}}\compat\vcbuild\vcpkg
169169
run: |
170170
mkdir -p artifacts &&
171-
eval "$(make -n artifacts-tar INCLUDE_DLLS_IN_ARTIFACTS=YesPlease ARTIFACTS_DIRECTORY=artifacts 2>&1 | grep ^tar)"
171+
eval "$(make -n artifacts-tar INCLUDE_DLLS_IN_ARTIFACTS=YesPlease ARTIFACTS_DIRECTORY=artifacts NO_GETTEXT=YesPlease 2>&1 | grep ^tar)"
172172
- name: zip up tracked files
173173
run: git archive -o artifacts/tracked.tar.gz HEAD
174174
- name: upload tracked files and build artifacts

0 commit comments

Comments
 (0)