Skip to content

Commit 8f82a11

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

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v3
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
29+
2430
- uses: jiro4989/setup-nim-action@v1
2531
with:
2632
nim-version: ${{ matrix.nim-version }}
@@ -30,12 +36,6 @@ jobs:
3036
if: matrix.os == 'ubuntu-latest'
3137
run: sudo apt-get update && sudo apt-get install -y libpcre3-dev libpcre3
3238

33-
- name: Use Git OpenSSL 1.1 on Windows
34-
if: matrix.os == 'windows-latest'
35-
shell: pwsh
36-
run: |
37-
"C:\Program Files\Git\mingw64\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
38-
3939
- run: "npm install node-gyp -g"
4040
- run: "npm install cmake-js -g"
4141

0 commit comments

Comments
 (0)