Skip to content

Commit 8c4a195

Browse files
committed
chore: revamp README, fix CI, delete STARTER-PROMPT
- Stunning README with ASCII banner, badges, ToC, collapsible sections - Fix CI: add libudev-dev for Anchor CLI build - Fix CI: regenerate yarn.lock for frozen-lockfile - Remove STARTER-PROMPT.md (not needed for submission)
1 parent 5621a08 commit 8c4a195

File tree

4 files changed

+343
-175
lines changed

4 files changed

+343
-175
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585
path: ~/.cargo/bin/anchor
8686
key: anchor-cli-${{ env.ANCHOR_VERSION }}-${{ runner.os }}
8787

88+
- name: Install system dependencies
89+
run: sudo apt-get update && sudo apt-get install -y libudev-dev pkg-config
90+
8891
- name: Install Anchor CLI
8992
if: steps.cache-anchor.outputs.cache-hit != 'true'
9093
run: cargo install --git https://github.com/coral-xyz/anchor --tag v${{ env.ANCHOR_VERSION }} anchor-cli

0 commit comments

Comments
 (0)