Skip to content

Commit b09ee14

Browse files
authored
Update README.md (#376)
1 parent 1bdac0d commit b09ee14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ It consists of both C and Rust code, but everything can be built and tested usin
1111

1212
First, make sure you have the [solana tool suite](https://docs.solana.com/cli/install-solana-cli-tools#use-solanas-install-tool)
1313
installed on your machine. (The build depends on some C makefiles that are in the tool suite.)
14+
Make sure you have installed the same solana version that is being used in [CI](.github/workflows/docker.yaml)
1415

1516
Then, simply run `cargo build` to compile the oracle program as a native binary, or `cargo build-bpf` to build a BPF binary
1617
that can be uploaded to the blockchain. This step will produce a program binary `target/deploy/pyth_oracle.so`.

0 commit comments

Comments
 (0)