Skip to content

Commit

Permalink
ci: rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonov548 committed May 28, 2024
1 parent c4509ec commit 3e1b673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: ghcr.io/antonov548/podofo.js-docker:main
options: --rm -v ${{ github.workspace }}:/podofo.js
options: --rm -v ${{ github.workspace }}:/podofo-js
run: |
set -e
cd podofo.js
cd podofo-js
emcmake cmake -S. -Bbuild -DOPENSSL_CRYPTO_LIBRARY=/usr/local/libx32/libcrypto.a -DOPENSSL_SSL_LIBRARY=/usr/local/libx32/libssl.a -DOPENSSL_INCLUDE_DIR=/usr/local/include/ -DLIBXML2_LIBRARY=/usr/local/lib/libxml2.a -DLIBXML2_INCLUDE_DIR=/usr/local/include/libxml2/ -DPODOFO_BUILD_STATIC=ON
cmake --build build

0 comments on commit 3e1b673

Please sign in to comment.