Skip to content

Commit 222d997

Browse files
committed
github action fix
1 parent 1256e70 commit 222d997

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
- uses: jiro4989/setup-nim-action@v1
17-
- if: ${{ matrix.os == 'windows-latest' }}
18-
run: choco install -y openssl --version 1.1.1.1700
17+
- run: choco install -y openssl --version 1.1.1.1700
1918
- run: nimble build -y
2019
- run: Compress-Archive -Path release/*,windll/* -DestinationPath peni-win64.zip
2120
- uses: "marvinpinto/action-automatic-releases@latest"

0 commit comments

Comments
 (0)