Skip to content

Commit

Permalink
fixup! CI: add a GHA for doing a basic build test
Browse files Browse the repository at this point in the history
Helped-by: Jeremy Drake <[email protected]>
Signed-off-by: Johannes Schindelin <[email protected]>

Co-authored-by: jeremyd2019 <[email protected]>
  • Loading branch information
dscho and jeremyd2019 authored Jan 17, 2025
1 parent 2570087 commit bfb6ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# resulting in errors due to -Werror. Disable them for now.
export CXXFLAGS="-Wno-error=stringop-truncation -Wno-error=array-bounds -Wno-error=overloaded-virtual -Wno-narrowing -Wno-use-after-free -Wno-error=maybe-uninitialized"
(cd winsup && ./autogen.sh)
./configure --disable-dependency-tracking --with-msys2-runtime-commit=$GITHUB_SHA
./configure --disable-dependency-tracking --with-msys2-runtime-commit="$GITHUB_SHA"
make -j8
- name: Install
Expand Down

0 comments on commit bfb6ba0

Please sign in to comment.