We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f82a11 commit 23622ebCopy full SHA for 23622eb
1 file changed
.github/workflows/test.yaml
@@ -19,15 +19,15 @@ jobs:
19
- ubuntu-latest
20
- windows-latest
21
steps:
22
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
23
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
+ # - name: Use Git OpenSSL 1.1 on Windows
+ # if: matrix.os == 'windows-latest'
+ # shell: pwsh
+ # run: |
+ # "C:\Program Files\Git\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
29
30
- - uses: jiro4989/setup-nim-action@v1
+ - uses: jiro4989/setup-nim-action@v2
31
with:
32
nim-version: ${{ matrix.nim-version }}
33
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments