Version of qlot was fixed on 0.11.1, because later versions are broken and unable to install systems from the GitHub.
See issue [#118](https://github.com/fukamachi/qlot/issues/118).
This commit is contained in:
parent
ea8dd90aff
commit
77fa26e1cc
2 changed files with 7 additions and 1 deletions
|
@ -53,9 +53,12 @@ runs:
|
||||||
echo ::endgroup::
|
echo ::endgroup::
|
||||||
- name: Install Qlot
|
- name: Install Qlot
|
||||||
shell: bash
|
shell: bash
|
||||||
|
# Version 0.11.1 is fixed while issue
|
||||||
|
# https://github.com/fukamachi/qlot/issues/118
|
||||||
|
# will not be resolved.
|
||||||
run: |
|
run: |
|
||||||
echo ::group::Install Qlot
|
echo ::group::Install Qlot
|
||||||
ros install qlot
|
ros install fukamachi/qlot/0.11.1
|
||||||
echo .qlot/bin >> $GITHUB_PATH
|
echo .qlot/bin >> $GITHUB_PATH
|
||||||
echo ::endgroup::
|
echo ::endgroup::
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,9 @@
|
||||||
|
|
||||||
|
|
||||||
(defchangelog (:ignore-words ("ASDF"))
|
(defchangelog (:ignore-words ("ASDF"))
|
||||||
|
(1.1.1 2021-09-12
|
||||||
|
"Version of qlot was fixed on 0.11.1, because later versions are broken and unable to install
|
||||||
|
systems from the GitHub. See issue [#118](https://github.com/fukamachi/qlot/issues/118).")
|
||||||
(1.1.0 2021-06-06
|
(1.1.0 2021-06-06
|
||||||
"Added a new input variable `asdf-version`. By default, the latest
|
"Added a new input variable `asdf-version`. By default, the latest
|
||||||
ASDF will be used.")
|
ASDF will be used.")
|
||||||
|
|
Loading…
Reference in a new issue