Skip to content

Commit bfb6ba0

Browse files
dschojeremyd2019
andauthored
fixup! CI: add a GHA for doing a basic build test
Helped-by: Jeremy Drake <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]> Co-authored-by: jeremyd2019 <[email protected]>
1 parent 2570087 commit bfb6ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# resulting in errors due to -Werror. Disable them for now.
2525
export CXXFLAGS="-Wno-error=stringop-truncation -Wno-error=array-bounds -Wno-error=overloaded-virtual -Wno-narrowing -Wno-use-after-free -Wno-error=maybe-uninitialized"
2626
(cd winsup && ./autogen.sh)
27-
./configure --disable-dependency-tracking --with-msys2-runtime-commit=$GITHUB_SHA
27+
./configure --disable-dependency-tracking --with-msys2-runtime-commit="$GITHUB_SHA"
2828
make -j8
2929
3030
- name: Install

0 commit comments

Comments
 (0)