fix: CI do not need UPX for now

pull/17/head
Dominique Merle 2 years ago
parent e93b3d8fa3
commit 348e87565b

@ -18,8 +18,8 @@ jobs:
with:
go-version: 1.17
- name: Install UPX
run: apt install upx
# - name: Install UPX
# run: sudo apt-get install -y upx
- name: Go Get Govvv
run: go get github.com/ahmetb/govvv
@ -31,7 +31,7 @@ jobs:
run: go test -v
- name: Build Linux
run: ./build.sh
run: go build -o mj -ldflags="$(govvv -flags -pkg $(go list ./version)) -s -w"
- name: Test Build
run: ./mj example/example.csv --sort

Loading…
Cancel
Save