Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit37ce45f

Browse files
authored
Fix windows CI error (RustPython#5068)
1 parent39169de commit37ce45f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/ci.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
shell:bash
128128
run:|
129129
choco install llvm openssl --no-progress
130-
echo "OPENSSL_DIR=C:\Program Files\OpenSSL" >>$GITHUB_ENV
130+
echo "OPENSSL_DIR=C:\Program Files\OpenSSL-Win64" >>$GITHUB_ENV
131131
if:runner.os == 'Windows'
132132
-name:Set up the Mac environment
133133
run:brew install autoconf automake libtool
@@ -252,7 +252,7 @@ jobs:
252252
shell:bash
253253
run:|
254254
choco install llvm openssl --no-progress
255-
echo "OPENSSL_DIR=C:\Program Files\OpenSSL" >>$GITHUB_ENV
255+
echo "OPENSSL_DIR=C:\Program Files\OpenSSL-Win64" >>$GITHUB_ENV
256256
if:runner.os == 'Windows'
257257
-name:Set up the Mac environment
258258
run:brew install autoconf automake libtool openssl@3

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp