Skip to content

Commit

Permalink
Fix ci.yml, build* shouldn't have deps now.
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla committed Aug 30, 2020
1 parent 7ea4ed0 commit 36667b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
build-windows:
name: Build Windows Binaries
needs: ["get-revision"]
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -40,7 +39,6 @@ jobs:

build-macos:
name: Build MacOS Binaries
needs: ["get-revision"]
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -66,7 +64,6 @@ jobs:

build-linux:
name: Build Linux binaries
needs: ["get-revision"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -92,7 +89,7 @@ jobs:

dist:
name: "Build Ghidra distributable zip"
needs: ["build-windows", "build-macos", "build-linux", "get-revision"]
needs: ["build-windows", "build-macos", "build-linux"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 36667b8

Please sign in to comment.