File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed
Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - uses : actions/checkout@v4
11+ - name : cargo install avm
12+ run : cargo install --git https://github.com/coral-xyz/anchor avm
1113 -
uses :
metadaoproject/[email protected] 1214 with :
1315 anchor-version : ' 0.30.1'
Original file line number Diff line number Diff line change 11[toolchain ]
2+ anchor_version = " 0.30.1-ca7fcee6b8269b732b66536f72ff3fb48cf1b5f9"
23
34[workspace ]
45members = [
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ no-entrypoint = []
1515no-idl = []
1616no-log-ix-name = []
1717idl-build = [" anchor-lang/idl-build" ]
18+ dev = []
1819
1920[dependencies ]
2021anchor-lang = { version = " =0.30.0" }
Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ enum InstructionId {
4646 IncrementNonce = 7 ,
4747}
4848
49+ #[ cfg( feature = "dev" ) ]
50+ declare_id ! ( "94U5AHQMKkV5txNJ17QPXWoh474PheGou6cNP2FEuL1d" ) ;
51+ #[ cfg( not( feature = "dev" ) ) ]
4952declare_id ! ( "ZETAjseVjuFsxdRxo6MmTCvqFwb3ZHUx56Co3vCmGis" ) ;
5053
5154#[ repr( C ) ]
You can’t perform that action at this time.
0 commit comments