Skip to content

Commit 136614e

Browse files
committed
Change working directory for xerces build
1 parent ab3c3b3 commit 136614e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,7 @@ jobs:
228228
- name: Build static xerces
229229
if: steps.cache-xerces.outputs.cache-hit != 'true'
230230
run: |
231+
cd $HOME
231232
curl -L -O https://archive.apache.org/dist/xerces/c/3/sources/xerces-c-${{ env.XERCES_VERSION }}.tar.bz2
232233
bzip2 -dc xerces-c-${{ env.XERCES_VERSION }}.tar.bz2 | tar xvf -
233234
cd xerces-c-${{ env.XERCES_VERSION }}

0 commit comments

Comments
 (0)