We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3c3b3 commit 136614eCopy full SHA for 136614e
.github/workflows/build.yml
@@ -228,6 +228,7 @@ jobs:
228
- name: Build static xerces
229
if: steps.cache-xerces.outputs.cache-hit != 'true'
230
run: |
231
+ cd $HOME
232
curl -L -O https://archive.apache.org/dist/xerces/c/3/sources/xerces-c-${{ env.XERCES_VERSION }}.tar.bz2
233
bzip2 -dc xerces-c-${{ env.XERCES_VERSION }}.tar.bz2 | tar xvf -
234
cd xerces-c-${{ env.XERCES_VERSION }}
0 commit comments