File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,3 +38,7 @@ tokens/token-2022/metadata/anchor
38
38
39
39
# dependency issues
40
40
tokens/token-2022/nft-meta-data-pointer/anchor-example/anchor
41
+
42
+ tokens/token-2022/mint-close-authority/native
43
+ tokens/token-2022/transfer-fee/native
44
+ tokens/token-2022/non-transferable/native
Original file line number Diff line number Diff line change @@ -241,16 +241,12 @@ jobs:
241
241
with :
242
242
solana-cli-version : beta
243
243
- name : Build and Test with Beta
244
- env :
245
- SCCACHE_GHA_ENABLED : " true"
246
- RUSTC_WRAPPER : " sccache"
247
244
run : |
248
245
source build_and_test.sh
249
246
solana -V
250
247
rustc -V
251
- solana-keygen new --no-bip39-passphrase
248
+ solana-keygen new --no-bip39-passphrase --force
252
249
process_projects "beta"
253
- sccache --show-stats
254
250
- name : Setup Solana Stable
255
251
uses : heyAyushh/setup-solana@v2
256
252
with :
You can’t perform that action at this time.
0 commit comments