Skip to content

Commit

Permalink
Added dependency installations to release.ym
Browse files Browse the repository at this point in the history
  • Loading branch information
PatMis16 committed Apr 21, 2021
1 parent c132aa6 commit ae858b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
- uses: actions/checkout@master
# install dependencies
- name: Install all Go dependencies
run: go get gopkg.in/yaml.v2
- name: Install all Go dependencies
run: go get github.com/patrickmn/go-cache github.com/prometheus/client_golang/prometheus go get github.com/prometheus/client_golang/prometheus/promauto go get github.com/prometheus/client_golang/prometheus/promhttp
run: go get gopkg.in/yaml.v2 github.com/patrickmn/go-cache github.com/prometheus/client_golang/prometheus go get github.com/prometheus/client_golang/prometheus/promauto go get github.com/prometheus/client_golang/prometheus/promhttp
#- name: Install all Go dependencies
# run: go get github.com/patrickmn/go-cache github.com/prometheus/client_golang/prometheus go get github.com/prometheus/client_golang/prometheus/promauto go get github.com/prometheus/client_golang/prometheus/promhttp
#- name: Install all Go dependencies
# run: go get github.com/prometheus/client_golang/prometheus
#- name: Install all Go dependencies
Expand Down

0 comments on commit ae858b6

Please sign in to comment.