Skip to content

Commit

Permalink
set older nim version
Browse files Browse the repository at this point in the history
  • Loading branch information
vandot committed Dec 5, 2023
1 parent a461d18 commit 1dc074f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Install Nim
uses: iffy/install-nim@v4.2.0
uses: iffy/install-nim@v5
with:
version: 1.6.10
- name: Install nimxc
run: |
nimble install -y https://github.com/iffy/nimxc.git
Expand Down

0 comments on commit 1dc074f

Please sign in to comment.