Skip to content

Commit

Permalink
Fix depends-on
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Mar 5, 2024
1 parent 92dd1b3 commit aabfb6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:

build_on_linux:
runs-on: ubuntu-latest
depends-on: createSampleProject
needs: createSampleProject

container:
# Use container with pre-installed Flutter dependencies like unzip, libglu1-mesa
Expand All @@ -72,7 +72,7 @@ jobs:

build_on_macos:
runs-on: macos-latest
depends-on: createSampleProject
needs: createSampleProject

steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit aabfb6a

Please sign in to comment.