Skip to content

Commit

Permalink
Revert r1919088.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1919089 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Jul 10, 2024
1 parent 6d09339 commit 546fb13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -G "${{ matrix.generator }}" -DCMAKE_FIND_PACKAGE_PREFER_CONFIG=ON -DCMAKE_INSTALL_PREFIX=C:/vcpkg/installed/${{ matrix.triplet }} -DAPR_ROOT=C:/vcpkg/installed/${{ matrix.triplet }} -DAPRUtil_ROOT=C:/vcpkg/installed/${{ matrix.triplet }}
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -G "${{ matrix.generator }}" -DCMAKE_INSTALL_PREFIX=C:/vcpkg/installed/${{ matrix.triplet }} -DAPR_ROOT=C:/vcpkg/installed/${{ matrix.triplet }} -DAPRUtil_ROOT=C:/vcpkg/installed/${{ matrix.triplet }}

- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{ matrix.build-type }}
Expand Down

0 comments on commit 546fb13

Please sign in to comment.