Skip to content

Commit f6940cb

Browse files
committed
removed unsupported options
Signed-off-by: Faisal Usmani <faisal.of.usmani@gmail.com>
1 parent 609edbf commit f6940cb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/actions/generate-svm-artifacts/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
uses: Swatinem/rust-cache@v2
2525
- name: Install packages
2626
shell: bash
27-
run: yarn install --frozen-lockfile --ignore-optional
27+
run: yarn install --immutable
2828
- name: Generate SVM IDL artifacts
2929
shell: bash
3030
run: yarn generate-svm-artifacts

.github/workflows/pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
- name: Cache Cargo dependencies
9090
uses: Swatinem/rust-cache@v2
9191
- name: Install packages
92-
run: yarn install --frozen-lockfile --ignore-optional
92+
run: yarn install --immutable
9393
- name: Lint js
9494
shell: bash
9595
run: yarn lint-js
@@ -117,7 +117,7 @@ jobs:
117117
node-version: "${{ env.NODE_VERSION }}"
118118
cache: yarn
119119
- name: Install packages
120-
run: yarn install --frozen-lockfile --ignore-optional
120+
run: yarn install --immutable
121121
- name: Download SVM artifacts
122122
uses: actions/download-artifact@v4
123123
with:
@@ -144,7 +144,7 @@ jobs:
144144
node-version: "${{ env.NODE_VERSION }}"
145145
cache: yarn
146146
- name: Install packages
147-
run: yarn install --frozen-lockfile --ignore-optional
147+
run: yarn install --immutable
148148
- name: Setup Anchor & Solana
149149
uses: ./.github/actions/setup-solana-anchor
150150
with:
@@ -200,7 +200,7 @@ jobs:
200200
node-version: "${{ env.NODE_VERSION }}"
201201
cache: yarn
202202
- name: Install packages
203-
run: yarn install --frozen-lockfile --ignore-optional
203+
run: yarn install --immutable
204204
- name: Download SVM artifacts
205205
uses: actions/download-artifact@v4
206206
with:
@@ -225,7 +225,7 @@ jobs:
225225
node-version: "${{ env.NODE_VERSION }}"
226226
cache: yarn
227227
- name: Install packages
228-
run: yarn install --frozen-lockfile --ignore-optional
228+
run: yarn install --immutable
229229
- name: Install Foundry
230230
uses: foundry-rs/foundry-toolchain@v1
231231
- name: Install forge dependencies

0 commit comments

Comments
 (0)