Skip to content

Commit 86db144

Browse files
committed
Fix CI
1 parent ab80454 commit 86db144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: actions/checkout@v3
5151
- name: build xerces
5252
run: |
53-
git clone https://github.com/xerces/xerces-c.git --depth 1
53+
git clone https://github.com/apache/xerces-c.git --depth 1
5454
cd xerces-c
5555
mkdir build
5656
cd build

0 commit comments

Comments
 (0)