Skip to content

Commit

Permalink
GitHub-CI (mingw): Remove workaround that's no longer needed since gn…
Browse files Browse the repository at this point in the history
…ulib update
  • Loading branch information
mmuetzel committed Dec 2, 2023
1 parent 71ab45e commit 690ef43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -824,8 +824,7 @@ jobs:
cd .build && ../configure \
JAVA_HOME="" \
--disable-docs \
${{ matrix.extra-config-flags }} \
gl_cv_have_weak=no
${{ matrix.extra-config-flags }}
- name: build
# Spawning processes seems to have a big overhead on this platform. Use a somewhat larger number of parallel processes to compensate for that.
Expand Down

0 comments on commit 690ef43

Please sign in to comment.