install dzip first since amo-version is most troublesome
This commit is contained in:
4
.github/workflows/ant.yml
vendored
4
.github/workflows/ant.yml
vendored
@ -25,10 +25,10 @@ jobs:
|
||||
echo "noExe=true" >> override.properties
|
||||
- name: install crx3
|
||||
run: go install github.com/mediabuyerbot/go-crx3/crx3@latest
|
||||
- name: install amo-version
|
||||
run: go install github.com/eyedeekay/amo-version@latest
|
||||
- name: install dzip
|
||||
run: go install github.com/delicb/dzip@latest
|
||||
- name: install amo-version
|
||||
run: go install github.com/eyedeekay/amo-version@latest
|
||||
- name: build with Ant
|
||||
run: |
|
||||
export PATH=$PATH:$(go env GOPATH)/bin
|
||||
|
Reference in New Issue
Block a user