Skip to content

Commit

Permalink
enable shared builds for gh-standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
mahf708 authored Oct 11, 2024
1 parent 6061b9c commit 1b5fb62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/eamxx-gh-ci-standalone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: |
# TODO: get rid of this extra line if we can?
git config --global safe.directory '*'
./components/eamxx/scripts/test-all-scream -m ghci-oci -t ${{ matrix.test }}
./components/eamxx/scripts/test-all-scream -m ghci-oci -t ${{ matrix.test }} -c BUILD_SHARED_LIBS=ON
-
name: Artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1b5fb62

Please sign in to comment.