Skip to content

Commit

Permalink
Use patched v0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoqun committed Jun 6, 2023
1 parent bcbc87f commit a470ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ 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="5980bbab2e0501a8100eb88c12222d664ccb3a0a"' 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 check --locked --workspace --bins --features dummy-for-ci-check

0 comments on commit a470ab1

Please sign in to comment.