Skip to content

Commit

Permalink
ci: remove manual env set.
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Sep 9, 2023
1 parent f1748f9 commit ee99f2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
- run: vcpkg install openssl:x64-windows-static-md
- name: Run cargo check --all
run: cargo check --all
Expand Down

0 comments on commit ee99f2a

Please sign in to comment.