fix version string
Some checks failed
Lint / golangci-lint (push) Successful in 9m41s
Declarative Tests / test (push) Successful in 21s
Declarative Tests / build (push) Failing after 52s

This commit is contained in:
Matthew Rich 2024-05-26 17:32:11 -07:00
parent e8a59924ef
commit 9a357ff79c

View File

@ -77,6 +77,8 @@ jobs:
- run: dnf install -y nodejs git - run: dnf install -y nodejs git
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
with:
fetch-depth: 0
- run: dnf install -y dnf-plugins-core rpm-build rpmdevtools - run: dnf install -y dnf-plugins-core rpm-build rpmdevtools
- run: dnf builddep -y build/jx.spec - run: dnf builddep -y build/jx.spec
- name: Run build - name: Run build