8000 fix snippets_cpython · RustPython/RustPython@1ed8a01 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1ed8a01

Browse files
committed
fix snippets_cpython
1 parent 0c57fd0 commit 1ed8a01

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ jobs:
128128
run: |
129129
cargo install cargo-vcpkg
130130
cargo vcpkg -v build
131-
132131
if: runner.os == 'Windows'
133132
- name: Set up the Mac environment
134133
run: brew install autoconf automake libtool
@@ -252,12 +251,8 @@ jobs:
252251
- name: Set up the Windows environment
253252
shell: bash
254253
run: |
255-
choco install llvm openssl --no-progress
256-
if [[ -d "C:\Program Files\OpenSSL-Win64" ]]; then
257-
echo "OPENSSL_DIR=C:\Program Files\OpenSSL-Win64" >> $GITHUB_ENV
258-
else
259-
echo "OPENSSL_DIR=C:\Program Files\OpenSSL" >> $GITHUB_ENV
260-
fi
254+
cargo install cargo-vcpkg
255+
cargo vcpkg -v build
261256
if: runner.os == 'Windows'
262257
- name: Set up the Mac environment
263258
run: brew install autoconf automake libtool openssl@3

0 commit comments

Comments
 (0)
0