We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c415da commit 9ee0b81Copy full SHA for 9ee0b81
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
- name: Setup (windows)
67
if: matrix.os == 'windows-latest'
68
run: |
69
- choco install openssl --version 1.1.1 -y --no-progress
+ choco install openssl --version 1.1.1.2100 --allow-downgrade -y --no-progress
70
echo "npm_config_msvs_version=2022" >> $env:GITHUB_ENV
71
echo "npm_config_openssl_dir=C:\Program Files\OpenSSL" >> $env:GITHUB_ENV
72
.github/workflows/test.yml
@@ -1,11 +1,8 @@
1
name: Test
2
3
on:
4
- # push:
5
- # branches:
6
- # - master
7
- # - backport/*
8
pull_request:
+ workflow_dispatch:
9
10
jobs:
11
tests:
0 commit comments