Skip to content

Commit 5ff0bbc

Browse files
committed
ci: simplify Nim setup in CI by removing Windows-specific steps
1 parent 0bce8c6 commit 5ff0bbc

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,10 @@ jobs:
2222
- uses: actions/checkout@v3
2323

2424
- name: Setup Nim
25-
if: matrix.os != 'windows-latest'
2625
uses: jiro4989/setup-nim-action@v1
2726
with:
2827
nim-version: ${{ matrix.nim-version }}
2928

30-
- name: Setup Nim on Windows
31-
if: matrix.os == 'windows-latest'
32-
run: |
33-
git clone https://github.com/dom96/choosenim.git
34-
cd choosenim
35-
.\choosenim.exe ${{ matrix.nim-version }} -y
36-
echo "${USERPROFILE}\.nimble\bin" >> $GITHUB_PATH
37-
3829
- name: Install dependencies
3930
run: nimble install -y
4031

0 commit comments

Comments
 (0)