Skip to content

Commit 44d691a

Browse files
authored
chore: add missing package name and remove lock files (#2128)
1 parent 5a945e2 commit 44d691a

File tree

4 files changed

+14
-6173
lines changed

4 files changed

+14
-6173
lines changed

.github/workflows/ci-turbo-test.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,19 @@ jobs:
2727
- uses: actions/setup-node@v4
2828
with:
2929
node-version-file: "package.json"
30+
- uses: actions-rust-lang/setup-rust-toolchain@v1
31+
with:
32+
toolchain: 1.81.0
33+
- name: Install Solana Cli
34+
run: |
35+
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"
36+
echo "$HOME/.local/share/solana/install/active_release/bin" >> "$GITHUB_PATH"
37+
- name: Set Solana Cli version
38+
run: agave-install init 1.18.26
39+
- name: Create Solana key
40+
run: solana-keygen new --no-bip39-passphrase
41+
- name: Install Anchor
42+
run: RUSTFLAGS= cargo install --git https://github.com/coral-xyz/anchor --tag v0.30.1 anchor-cli
3043
- uses: pnpm/action-setup@v4
3144
name: Install pnpm
3245
with:

lazer/contracts/solana/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"name": "@pythnetwork/pyth-lazer-solana-contract",
23
"license": "ISC",
34
"scripts": {
45
"fix:format": "prettier --write **/*.*",

0 commit comments

Comments
 (0)