We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab80454 commit 86db144Copy full SHA for 86db144
.github/workflows/main.yaml
@@ -50,7 +50,7 @@ jobs:
50
uses: actions/checkout@v3
51
- name: build xerces
52
run: |
53
- git clone https://github.com/xerces/xerces-c.git --depth 1
+ git clone https://github.com/apache/xerces-c.git --depth 1
54
cd xerces-c
55
mkdir build
56
cd build
0 commit comments