Skip to content

Commit

Permalink
Avoid broken dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceadams committed Feb 20, 2020
1 parent e88f619 commit 49ebe38
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ env:

jobs:
macos:
needs: release
runs-on: macos-latest

steps:
Expand All @@ -29,7 +28,6 @@ jobs:
asset_content_type: application/octet-stream

linux:
needs: release
runs-on: ubuntu-latest

steps:
Expand All @@ -51,7 +49,6 @@ jobs:
asset_content_type: application/octet-stream

windows:
needs: release
runs-on: windows-latest

steps:
Expand Down

0 comments on commit 49ebe38

Please sign in to comment.