Skip to content

Commit

Permalink
CI: Dependency check cannot depend on other workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thommey committed Jun 16, 2024
1 parent 0ef635b commit 4c42116
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
tcl-versions:
name: Tcl Versions
needs: default-build
strategy:
matrix:
tcl_version: [ '8.5.19', '8.6.14', '8.7a5', '9.0b2' ]
Expand All @@ -30,7 +29,6 @@ jobs:
run: ./configure --with-tcl=$HOME/tcl/lib && LD_LIBRARY_PATH=$HOME/tcl/lib make config eggdrop
ssl-version-10:
name: OpenSSL 1.0
needs: default-build
continue-on-error: true
runs-on: ubuntu-latest
steps:
Expand All @@ -47,7 +45,6 @@ jobs:
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
ssl-version-11:
name: OpenSSL 1.1
needs: default-build
continue-on-error: true
runs-on: ubuntu-latest
steps:
Expand All @@ -68,7 +65,6 @@ jobs:
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
ssl-versions-3x:
name: OpenSSL 3.x
needs: default-build
strategy:
matrix:
ssl_version: [ '3.0', '3.1', '3.2', '3.3' ]
Expand Down

0 comments on commit 4c42116

Please sign in to comment.