Skip to content

Commit

Permalink
chore(ci): remove bpf for now
Browse files Browse the repository at this point in the history
  • Loading branch information
joeymeere committed Jun 23, 2024
1 parent 61c30af commit 723d575
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ jobs:
sh -c "$(curl -sSfL https://release.solana.com/stable/install)"
export PATH="/home/runner/.local/share/solana/install/active_release/bin:$PATH"
- name: Cargo List
run: cargo --list

- name: Build Program
run: cargo build-bpf --verbose
run: cargo build --verbose

- name: Run Clippy
run: cargo clippy

0 comments on commit 723d575

Please sign in to comment.