We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d70d1 commit 2c78eefCopy full SHA for 2c78eef
.github/workflows/main.yml
@@ -222,7 +222,7 @@ jobs:
222
path: ${{ runner.os == 'Windows' && 'conan' || 'pylon_sdk.tar.gz' }}
223
224
build-linux:
225
- needs: download
+ needs: [prepare,download]
226
strategy:
227
fail-fast: false
228
matrix:
@@ -340,7 +340,7 @@ jobs:
340
341
342
build-windows:
343
344
runs-on: windows-latest
345
346
@@ -388,7 +388,7 @@ jobs:
388
389
390
build-macos:
391
392
runs-on: macos-latest
393
394
0 commit comments