Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vendored Openssl #87

Merged
merged 17 commits into from
Nov 3, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cmd instead of powershell
afujiwara-roblox committed Nov 2, 2023
commit 05f7d3b7ee1ccaaba568a1d986410f043dc3466c
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -70,11 +70,11 @@ jobs:
- uses: actions/checkout@v2

- name: End-to-end tests windows
shell: pwsh
shell: cmd
run: |
cargo install --path .
foreman --version
$env:Path += '%USERPROFILE%/.foreman/bin'
set PATH=%PATH%;%USERPROFILE%/.foreman/bin
bash .\scripts\end-to-end-tests.sh

kill-process-test-unix: