|  | 
| 33 | 33 |     - name: "Config openssl build" | 
| 34 | 34 |       working-directory: "./openssl" | 
| 35 | 35 |       run: | | 
| 36 |  | -        ./config --prefix="$PWD/dist" | 
|  | 36 | +        ./config no-apps no-tests --prefix="$PWD/dist" | 
| 37 | 37 |     - name: "Build openssl" | 
| 38 | 38 |       working-directory: "./openssl" | 
| 39 | 39 |       run: | | 
|  | 
| 85 | 85 |     - name: "Config openssl build" | 
| 86 | 86 |       working-directory: "./openssl" | 
| 87 | 87 |       run: | | 
| 88 |  | -        ./config --prefix="$PWD/dist" | 
|  | 88 | +        ./config no-apps no-tests --prefix="$PWD/dist" | 
| 89 | 89 |     - name: "Build openssl" | 
| 90 | 90 |       working-directory: "./openssl" | 
| 91 | 91 |       run: | | 
| @@ -143,7 +143,7 @@ jobs: | 
| 143 | 143 |         shutdown_vm: false | 
| 144 | 144 |         run: | | 
| 145 | 145 |           cd openssl | 
| 146 |  | -          ./config --prefix="$PWD/dist" | 
|  | 146 | +          ./config no-apps no-tests --prefix="$PWD/dist" | 
| 147 | 147 |     - name: "Build openssl" | 
| 148 | 148 |       uses: "cross-platform-actions/action@fe0167d8082ac584754ef3ffb567fded22642c7d" #v0.27.0 | 
| 149 | 149 |       with: | 
| @@ -214,7 +214,7 @@ jobs: | 
| 214 | 214 |       shell: cmd | 
| 215 | 215 |       run: | | 
| 216 | 216 |         call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" | 
| 217 |  | -        perl Configure no-makedepend | 
|  | 217 | +        perl Configure no-makedepend no-apps no-tests | 
| 218 | 218 |     - name: "Build openssl" | 
| 219 | 219 |       working-directory: ".\\openssl" | 
| 220 | 220 |       shell: cmd | 
| @@ -257,7 +257,7 @@ jobs: | 
| 257 | 257 |     - name: "Config openssl build" | 
| 258 | 258 |       working-directory: "./openssl" | 
| 259 | 259 |       run: | | 
| 260 |  | -        ./config --prefix="$PWD/dist" | 
|  | 260 | +        ./config no-apps no-tests --prefix="$PWD/dist" | 
| 261 | 261 |     - name: "Build openssl" | 
| 262 | 262 |       working-directory: "./openssl" | 
| 263 | 263 |       run: | | 
|  | 
0 commit comments