File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ jobs:
102102 working-directory : /tmp/mulle-atinit
103103 run : |
104104 cmake -B build \
105+ -DDEPENDENCY_DIR=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
105106 -DCMAKE_INSTALL_PREFIX=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
106107 -DCMAKE_PREFIX_PATH=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
107108 -DCMAKE_BUILD_TYPE=Release
@@ -117,6 +118,7 @@ jobs:
117118 working-directory : /tmp/mulle-atexit
118119 run : |
119120 cmake -B build \
121+ -DDEPENDENCY_DIR=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
120122 -DCMAKE_INSTALL_PREFIX=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
121123 -DCMAKE_PREFIX_PATH=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
122124 -DCMAKE_BUILD_TYPE=Release
@@ -135,6 +137,7 @@ jobs:
135137 - name : Generate project files
136138 run : |
137139 cmake -S ${{ matrix.src-dir || '.' }} -B ${{ matrix.build-dir || '.' }} ${{ matrix.cmake-args }} \
140+ -DDEPENDENCY_DIR=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
138141 -DCMAKE_BUILD_TYPE=${{ matrix.build-config || 'Release' }} \
139142 -DCMAKE_PREFIX_PATH=${{ steps.set-install-dir.outputs.INSTALL_DIR }}
140143 env :
You can’t perform that action at this time.
0 commit comments