Skip to content

Commit

Permalink
chore(release): v0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Nov 23, 2024
1 parent ad2f775 commit 94c958d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build_binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,7 @@ jobs:
# choco upgrade opencl-intel-cpu-runtime -y
vcpkg.exe --triplet=x64-windows install opencl
# openssl install stupidness
vcpkg.exe install openssl:x64-windows
vcpkg.exe install openssl:x64-windows-static
vcpkg.exe integrate install
set VCPKGRS_DYNAMIC=1
set OPENSSL_DIR=C:\vcpkg\packages\openssl_x64-windows
echo OPENSSL_DIR=C:\vcpkg\packages\openssl_x64-windows >> $GITHUB_ENV
echo "OPENSSL_DIR=C:\Program Files\OpenSSL-Win64" >> $GITHUB_ENV
- name: Install and setup cargo cross
if: ${{ matrix.builds.cross }}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "xtrgpuminer"
version = "0.2.6"
version = "0.2.7"

[dependencies]
anyhow = "*"
Expand Down

0 comments on commit 94c958d

Please sign in to comment.