Skip to content

Commit

Permalink
Merge r1920343 from apr-util/trunk:
Browse files Browse the repository at this point in the history
  .github/workflows/windows.yml: Fix syntax.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920344 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 1, 2024
1 parent 7e51bb9 commit c6ec2da
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:

steps:
- uses: actions/checkout@v4
repository: apache/apr
ref: 1.7.x
path: apr
with:
repository: apache/apr
ref: 1.7.x
path: apr

- name: Configure APR
run: cmake -B ${{github.workspace}}/apr/out/build -S ${{github.workspace}}/apr -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -G "${{ matrix.generator }}" -A ${{ matrix.arch }} -T ${{ matrix.toolset }}
Expand All @@ -41,7 +42,8 @@ jobs:
run: cmake --install ${{github.workspace}}/apr/out/build --config ${{ matrix.build-type }}

- uses: actions/checkout@v4
path: apu
with:
path: apu

- name: Configure CMake
run: cmake -B ${{github.workspace}}/apu/build -DCMAKE_BUILD_TYPE=${{ matrix.build-type }} -DAPR_BUILD_TESTAPR=ON -DTEST_STATIC_LIBS=${{ matrix.test-static }} -G "${{ matrix.generator }}" -A ${{ matrix.arch }} -T ${{ matrix.toolset }}
Expand Down

0 comments on commit c6ec2da

Please sign in to comment.