File tree 1 file changed +5
-6
lines changed
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -34,14 +34,13 @@ jobs:
34
34
run : sudo apt-get update && sudo apt-get install libudev-dev
35
35
- name : Install Solana Binaries
36
36
run : |
37
- # Installing 1.17.x cli tools to have sbf instead of bpf. bpf does not work anymore.
38
- sh -c "$(curl -sSfL https://release.solana.com/v1.18.1/install)"
37
+ sh -c "$(curl -sSfL https://release.solana.com/v1.17.22/install)"
39
38
echo "/home/runner/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
40
39
- name : Build
41
40
run : cargo build --verbose
42
41
- name : Run tests
43
42
run : cargo test --verbose
44
- - name : Build BPF
45
- run : cargo build-bpf --verbose
46
- - name : Run BPF tests
47
- run : cargo test-bpf --verbose
43
+ - name : Build SBF
44
+ run : cargo build-sbf --verbose
45
+ - name : Run SBF tests
46
+ run : cargo test-sbf --verbose
You can’t perform that action at this time.
0 commit comments