File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104104 failed_projects : ${{ steps.set-failed.outputs.failed_projects }}
105105 steps :
106106 - uses : actions/checkout@v4
107- - uses : heyAyushh/setup-anchor@v0.31
107+ - uses : heyAyushh/setup-anchor@v0.31.1
108108 with :
109109 anchor-version : 0.31.1
110110 solana-cli-version : stable
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180180 # Install pnpm
181181 npm install --global pnpm
182182 - name : Setup Solana Stable
183- uses : heyAyushh/setup-solana@v2.02
183+ uses : heyAyushh/setup-solana@v2.03
184184 with :
185185 solana-cli-version : stable
186186 - name : Build and Test with Stable
@@ -190,7 +190,8 @@ jobs:
190190 rustc -V
191191 process_projects "stable"
192192 - name : Setup Solana Beta
193- uses : heyAyushh/setup-solana@v2.02
193+ uses : heyAyushh/setup-solana@v2.03
194+ continue-on-error : true
194195 with :
195196 solana-cli-version : beta
196197 - name : Build and Test with Beta
You can’t perform that action at this time.
0 commit comments