install dzip first since amo-version is most troublesome

This commit is contained in:
eyedeekay
2024-02-01 14:46:58 -05:00
parent 6073584af8
commit 069f6fb107

View File

@ -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