We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e47ed commit abf0491Copy full SHA for abf0491
1 file changed
.github/workflows/build.yml
@@ -230,8 +230,11 @@ jobs:
230
run: |
231
curl -L -O https://archive.apache.org/dist/xerces/c/3/sources/xerces-c-${{ env.XERCES_VERSION }}.tar.bz2
232
bzip2 -dc xerces-c-${{ env.XERCES_VERSION }}.tar.bz2 | tar xvf -
233
- chmod a+rw xerces-c-${{ env.XERCES_VERSION }}
+
234
+ sudo chown -R $USER xerces-c-${{ env.XERCES_VERSION }}
235
236
cd xerces-c-${{ env.XERCES_VERSION }}
237
238
PKG_CONFIG="pkg-config --static" ./configure --without-curl --without-icu --enable-static --disable-shared
239
make -j2
240
sudo make install
0 commit comments