Skip to content

Commit

Permalink
fix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
okdshin committed Dec 2, 2023
1 parent 9422914 commit 86d02c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ jobs:

test-on-ubuntu-2004:
runs-on: ubuntu-20.04
needs: [build-release-ubuntu-2004]
needs: [create-release]
strategy:
matrix:
include:
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
test-on-ubuntu-2204:
runs-on: ubuntu-22.04
needs: [build-release-ubuntu-2004]
needs: [create-release]
strategy:
matrix:
include:
Expand Down

0 comments on commit 86d02c8

Please sign in to comment.