Skip to content

Commit

Permalink
avoid cmd multi-line syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mmomtchev committed Oct 19, 2024
1 parent fab618a commit 3d801ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,15 @@ jobs:
echo "${{ inputs.enable_tiff && 'npm_config_enable_tiff' || 'npm_config_disable_tiff' }}=true" >> $GITHUB_ENV
- name: Build the native version
shell: bash
run: |
npm install --skip-proj-wasm --build-from-source --verbose --foreground-scripts \
${{ inputs.enable_tiff && '--enable-tiff' || '--disable-tiff' }} \
${{ inputs.inline_projdb && '--enable-inline-projdb' || '--disable-inline-projdb' }}
if: inputs.native

- name: Build the WASM version
shell: bash
run: |
npm install --skip-proj-native --build-wasm-from-source --verbose --foreground-scripts \
${{ inputs.enable_tiff && '--enable-tiff' || '--disable-tiff' }} \
Expand Down

0 comments on commit 3d801ba

Please sign in to comment.