File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,3 +38,7 @@ tokens/token-2022/metadata/anchor
3838
3939# dependency issues
4040tokens/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:
241241 with :
242242 solana-cli-version : beta
243243 - name : Build and Test with Beta
244- env :
245- SCCACHE_GHA_ENABLED : " true"
246- RUSTC_WRAPPER : " sccache"
247244 run : |
248245 source build_and_test.sh
249246 solana -V
250247 rustc -V
251- solana-keygen new --no-bip39-passphrase
248+ solana-keygen new --no-bip39-passphrase --force
252249 process_projects "beta"
253- sccache --show-stats
254250 - name : Setup Solana Stable
255251 uses : heyAyushh/setup-solana@v2
256252 with :
You can’t perform that action at this time.
0 commit comments