Skip to content

Commit 23622eb

Browse files
committed
update workflow
Signed-off-by: George Lemon <georgelemon@protonmail.com>
1 parent 8f82a11 commit 23622eb

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/test.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
- ubuntu-latest
2020
- windows-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323

24-
- name: Use Git OpenSSL 1.1 on Windows
25-
if: matrix.os == 'windows-latest'
26-
shell: pwsh
27-
run: |
28-
"C:\Program Files\Git\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
24+
# - name: Use Git OpenSSL 1.1 on Windows
25+
# if: matrix.os == 'windows-latest'
26+
# shell: pwsh
27+
# run: |
28+
# "C:\Program Files\Git\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
2929

30-
- uses: jiro4989/setup-nim-action@v1
30+
- uses: jiro4989/setup-nim-action@v2
3131
with:
3232
nim-version: ${{ matrix.nim-version }}
3333
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)