Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/update-solana-2.0' into accounts-db
Browse files Browse the repository at this point in the history
  • Loading branch information
mango-dee committed Dec 10, 2024
2 parents c0e83b1 + 3b91ec7 commit a44ec8a
Show file tree
Hide file tree
Showing 34 changed files with 395 additions and 351 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Linux Packages
run: |
sudo apt-get update -y
sudo apt-get install libssl-dev openssl -y
sudo apt-get install libssl-dev openssl protobuf-compiler -y
- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clippy_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Linux Packages
run: |
sudo apt-get update -y
sudo apt-get install libssl-dev openssl -y
sudo apt-get install libssl-dev openssl protobuf-compiler -y
- uses: actions/checkout@v4

Expand Down
Loading

0 comments on commit a44ec8a

Please sign in to comment.