Skip to content

Commit 4c42116

Browse files
committed
CI: Dependency check cannot depend on other workflow
1 parent 0ef635b commit 4c42116

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/dependencies.yml

-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
jobs:
1010
tcl-versions:
1111
name: Tcl Versions
12-
needs: default-build
1312
strategy:
1413
matrix:
1514
tcl_version: [ '8.5.19', '8.6.14', '8.7a5', '9.0b2' ]
@@ -30,7 +29,6 @@ jobs:
3029
run: ./configure --with-tcl=$HOME/tcl/lib && LD_LIBRARY_PATH=$HOME/tcl/lib make config eggdrop
3130
ssl-version-10:
3231
name: OpenSSL 1.0
33-
needs: default-build
3432
continue-on-error: true
3533
runs-on: ubuntu-latest
3634
steps:
@@ -47,7 +45,6 @@ jobs:
4745
run: cd $GITHUB_WORKSPACE/eggdrop && ./configure --with-sslinc=$HOME/ssl/include --with-ssllib=$HOME/ssl/lib && LD_LIBRARY_PATH=$HOME/ssl/lib make config eggdrop
4846
ssl-version-11:
4947
name: OpenSSL 1.1
50-
needs: default-build
5148
continue-on-error: true
5249
runs-on: ubuntu-latest
5350
steps:
@@ -68,7 +65,6 @@ jobs:
6865
run: cd $GITHUB_WORKSPACE/eggdrop && ./configure --with-sslinc=$HOME/ssl/include --with-ssllib=$HOME/ssl/lib && LD_LIBRARY_PATH=$HOME/ssl/lib make config eggdrop
6966
ssl-versions-3x:
7067
name: OpenSSL 3.x
71-
needs: default-build
7268
strategy:
7369
matrix:
7470
ssl_version: [ '3.0', '3.1', '3.2', '3.3' ]

0 commit comments

Comments
 (0)