Skip to content

Commit

Permalink
build: fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeJerred committed Apr 4, 2024
1 parent 9c415da commit 9ee0b81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Setup (windows)
if: matrix.os == 'windows-latest'
run: |
choco install openssl --version 1.1.1 -y --no-progress
choco install openssl --version 1.1.1.2100 --allow-downgrade -y --no-progress
echo "npm_config_msvs_version=2022" >> $env:GITHUB_ENV
echo "npm_config_openssl_dir=C:\Program Files\OpenSSL" >> $env:GITHUB_ENV
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Test

on:
# push:
# branches:
# - master
# - backport/*
pull_request:
workflow_dispatch:

jobs:
tests:
Expand Down

0 comments on commit 9ee0b81

Please sign in to comment.