Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MutsiMutsi authored Apr 20, 2024
1 parent eb4880e commit f079d18
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,12 @@ jobs:
with:
go-version: '1.21'

- name: hls-js-downloader
- name: Generate
run: go generate

- name: hlsjsdownloader
run: go run ./hlsjsdownloader

- name: Build
run: go build -v ./...

Expand Down

0 comments on commit f079d18

Please sign in to comment.