diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f1d503685..1d3fe7c9d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -76,7 +76,7 @@ jobs: - name: Install nimlangserver run: | nimble refresh - nimble install nimlangserver@#head + nimble install nimlangserver - name: Run unit test run: | diff --git a/changelog.d/20240704_165103_GitHub_Actions_fix-nimlangserver-ver.rst b/changelog.d/20240704_165103_GitHub_Actions_fix-nimlangserver-ver.rst new file mode 100644 index 000000000..dc8c9a4db --- /dev/null +++ b/changelog.d/20240704_165103_GitHub_Actions_fix-nimlangserver-ver.rst @@ -0,0 +1,7 @@ +.. _#2085: https://github.com/fox0430/moe/pull/2085 + +Changed +....... + +- `#2085`_ ci: Fix nimlangserver version +