Skip to content

Commit

Permalink
Merge r1919715 from trunk:
Browse files Browse the repository at this point in the history
Disable forever-failing Windows jobs and try to fix MacOS.




git-svn-id: https://svn.apache.org/repos/asf/apr/apr/branches/1.7.x@1920065 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
notroj committed Aug 20, 2024
1 parent e12da87 commit 0271f1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
NOTEST_CFLAGS: ${{ matrix.notest-cflags }}
name: ${{ matrix.name }}
steps:
- name: Install prerequisites
run: brew install libtool autoconf make bash
- uses: actions/checkout@v4
- name: buildconf
run: ./buildconf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build-type: [Debug, Release]
generator: [ "Visual Studio 17 2022" ]
arch: [ "Win32", "x64" ]
toolset: [ "v143", "v142", "v141" ]
toolset: [ "v143", "v142" ]
test-static: [ "ON", "OFF" ]
fail-fast: false

Expand Down

0 comments on commit 0271f1e

Please sign in to comment.