Skip to content

Commit 9ee0b81

Browse files
committed
build: fixes
1 parent 9c415da commit 9ee0b81

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Setup (windows)
6767
if: matrix.os == 'windows-latest'
6868
run: |
69-
choco install openssl --version 1.1.1 -y --no-progress
69+
choco install openssl --version 1.1.1.2100 --allow-downgrade -y --no-progress
7070
echo "npm_config_msvs_version=2022" >> $env:GITHUB_ENV
7171
echo "npm_config_openssl_dir=C:\Program Files\OpenSSL" >> $env:GITHUB_ENV
7272

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
name: Test
22

33
on:
4-
# push:
5-
# branches:
6-
# - master
7-
# - backport/*
84
pull_request:
5+
workflow_dispatch:
96

107
jobs:
118
tests:

0 commit comments

Comments
 (0)