Skip to content

Commit

Permalink
ci: Fix nimlangserver version (#2085)
Browse files Browse the repository at this point in the history
  • Loading branch information
fox0430 committed Jul 4, 2024
1 parent 74feac2 commit ec7aa12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Install nimlangserver
run: |
nimble refresh
nimble install nimlangserver@#head
nimble install nimlangserver
- name: Run unit test
run: |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.. _#2085: https://github.com/fox0430/moe/pull/2085

Changed
.......

- `#2085`_ ci: Fix nimlangserver version

0 comments on commit ec7aa12

Please sign in to comment.