Skip to content

Commit

Permalink
clone correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 4, 2023
1 parent 6f52ada commit 02833d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- name: Build and Install Xerces-C
if: steps.cache-xerces.outputs.cache-hit != 'true'
run: |
git clone https://github.com/apache/xerces-c.git xerces-c
git -C xerces-c checkout tags/v3.2.4
git clone https://github.com/apache/xerces-c.git xerces-source
git -C xerces-source checkout tags/v3.2.4
mkdir -p ${{ github.workspace }}/xerces-source/build
cd ${{ github.workspace }}/xerces-source/build
cmake .. -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/xerces -DCMAKE_CXX_STANDARD=20 -DXERCESC_BUILD_STATIC=ON -DXERCESC_BUILD_SHARED=OFF -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit 02833d4

Please sign in to comment.