Skip to content

Commit

Permalink
Fix(build.yml): Removed unnecessary build requirements in consecutive…
Browse files Browse the repository at this point in the history
… steps
  • Loading branch information
SaptarshiSarkar12 committed Jun 30, 2023
1 parent 0822df7 commit f851713
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ jobs:
path: target

package-Drifty-for-MacOS:
needs: package-Drifty-for-Windows
runs-on: "macos-latest"
steps:
- uses: actions/checkout@v3
Expand All @@ -78,7 +77,6 @@ jobs:
path: target

package-Drifty-for-linux:
needs: [package-Drifty-for-Windows, package-Drifty-for-MacOS]
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v3
Expand Down

1 comment on commit f851713

@vercel
Copy link

@vercel vercel bot commented on f851713 Jun 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.