Skip to content

Commit

Permalink
debug ntapi patching...
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jul 14, 2023
1 parent c6fd977 commit 086afd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ jobs:
export OPENSSL_DIR="C:\Program Files\OpenSSL"
choco install protoc --no-progress
export PROTOC="C:\ProgramData\chocolatey\lib\protoc\tools\bin\protoc.exe"
cargo --config 'patch.crates-io.ntapi.git="https://github.com/solana-labs/ntapi"' --config 'patch.crates-io.ntapi.rev="97ede981a1777883ff86d142b75024b023f04fad"' install --locked spl-token-cli
#cargo --config 'patch.crates-io.ntapi.git="https://github.com/solana-labs/ntapi"' --config 'patch.crates-io.ntapi.rev="97ede981a1777883ff86d142b75024b023f04fad"' install --locked spl-token-cli
cargo tree
cargo check --locked --workspace --bins --features dummy-for-ci-check

0 comments on commit 086afd8

Please sign in to comment.