Skip to content

Commit

Permalink
Try Fix for Static Build
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Oct 2, 2023
1 parent 5d40bb4 commit 12e7931
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12912,12 +12912,11 @@ jobs:
with:
repository: DOCGroup/MPC
path: MPC
- name: Checkout ACE_TAO
- name: Checkout ACE/TAO
uses: actions/checkout@v3
with:
repository: DOCGroup/ACE_TAO
ref: ace6tao2
path: OpenDDS/ACE_TAO
path: OpenDDS/build/ACE_TAO
- name: set up msvc env
uses: ilammy/msvc-dev-cmd@v1
- name: Configure
Expand All @@ -12928,7 +12927,7 @@ jobs:
-DCMAKE_UNITY_BUILD=TRUE^
-DBUILD_SHARED_LIBS=FALSE^
-DCMAKE_BUILD_TYPE=Debug^
-DOPENDDS_ACE=${{ github.workspace }}\OpenDDS\ACE_TAO\ACE^
-DOPENDDS_ACE_TAO_SRC=${{ github.workspace }}\OpenDDS\build\ACE_TAO^
-DOPENDDS_MPC=${{ github.workspace }}\MPC^
-DOPENDDS_BUILD_TESTS=TRUE^
-DOPENDDS_CMAKE_VERBOSE=all
Expand Down

0 comments on commit 12e7931

Please sign in to comment.