Skip to content

Commit

Permalink
🔨 Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Jul 15, 2020
1 parent c14f123 commit 0b26760
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ jobs:
uses: actions/checkout@v2

- name: Dependencies
run: go get ./...
working-directory: ./
run: |
go get github.com/fatih/color
go get github.com/projectdiscovery/gologger
build:
needs: deps
Expand Down

0 comments on commit 0b26760

Please sign in to comment.