Skip to content

Commit

Permalink
clone with more depth
Browse files Browse the repository at this point in the history
  • Loading branch information
lobis committed Dec 4, 2023
1 parent ddc3255 commit 6f52ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ 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 --depth 1 xerces-c
git clone https://github.com/apache/xerces-c.git xerces-c
git -C xerces-c checkout tags/v3.2.4
mkdir -p ${{ github.workspace }}/xerces-source/build
cd ${{ github.workspace }}/xerces-source/build
Expand Down

0 comments on commit 6f52ada

Please sign in to comment.