Skip to content

Commit

Permalink
#91 add dependencies on the setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
roma-glushko committed Apr 28, 2024
1 parent c325db9 commit f21e07b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ jobs:
- redhat
runs-on: ubuntu-latest
needs:
- setup
- release
steps:
- name: checkout
Expand Down Expand Up @@ -159,10 +160,9 @@ jobs:
image:
- nanoserver
- windows-server

needs:
- setup
- release

runs-on: windows-2019

steps:
Expand Down

0 comments on commit f21e07b

Please sign in to comment.