github: fix dep ordering
This commit is contained in:
parent
0653f4f69e
commit
a97de592df
1 changed files with 19 additions and 19 deletions
38
.github/workflows/main.yml
vendored
38
.github/workflows/main.yml
vendored
|
|
@ -161,25 +161,6 @@ jobs:
|
|||
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
- name: Clone reactor
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: Rconybea/xo-reactor
|
||||
path: repo/reactor
|
||||
|
||||
- name: Configure reactor
|
||||
# configure cmake for reactor in dedicated build directory.
|
||||
run: cmake -B ${{github.workspace}}/build_reactor -DCMAKE_MODULE_PATH=${{github.workspace}}/local/share/cmake -DCMAKE_PREFIX_PATH=${{github.workspace}}/local -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local repo/reactor
|
||||
|
||||
- name: Build reactor
|
||||
run: cmake --build ${{github.workspace}}/build_reactor --config ${{env.BUILD_TYPE}}
|
||||
|
||||
- name: Install reactor
|
||||
# install into ${{github.workspace}}/local
|
||||
run: cmake --install ${{github.workspace}}/build_reactor
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
- name: Clone printjson
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
@ -199,6 +180,25 @@ jobs:
|
|||
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
- name: Clone reactor
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
repository: Rconybea/xo-reactor
|
||||
path: repo/reactor
|
||||
|
||||
- name: Configure reactor
|
||||
# configure cmake for reactor in dedicated build directory.
|
||||
run: cmake -B ${{github.workspace}}/build_reactor -DCMAKE_MODULE_PATH=${{github.workspace}}/local/share/cmake -DCMAKE_PREFIX_PATH=${{github.workspace}}/local -DCMAKE_INSTALL_PREFIX=${{github.workspace}}/local repo/reactor
|
||||
|
||||
- name: Build reactor
|
||||
run: cmake --build ${{github.workspace}}/build_reactor --config ${{env.BUILD_TYPE}}
|
||||
|
||||
- name: Install reactor
|
||||
# install into ${{github.workspace}}/local
|
||||
run: cmake --install ${{github.workspace}}/build_reactor
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
- name: Clone pyutil
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue