Skip to content

Commit 527cc3a

Browse files
committed
remove version overrides, they were bricking the install url
1 parent 82e381d commit 527cc3a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/deploy-programs.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ jobs:
3232
verify: true
3333
use-squads: true
3434
features: "production"
35-
override-solana-version: "1.17.31"
36-
override-anchor-version: "0.29.0"
3735
priority-fee: ${{ inputs.priority-fee }}
3836
secrets:
3937
MAINNET_SOLANA_DEPLOY_URL: ${{ secrets.MAINNET_SOLANA_DEPLOY_URL }}
@@ -53,8 +51,6 @@ jobs:
5351
verify: true
5452
use-squads: true
5553
features: "production"
56-
override-solana-version: "1.17.31"
57-
override-anchor-version: "0.29.0"
5854
priority-fee: ${{ inputs.priority-fee }}
5955
secrets:
6056
MAINNET_SOLANA_DEPLOY_URL: ${{ secrets.MAINNET_SOLANA_DEPLOY_URL }}
@@ -74,8 +70,6 @@ jobs:
7470
verify: true
7571
use-squads: true
7672
features: "production"
77-
override-solana-version: "1.17.31"
78-
override-anchor-version: "0.29.0"
7973
priority-fee: ${{ inputs.priority-fee }}
8074
secrets:
8175
MAINNET_SOLANA_DEPLOY_URL: ${{ secrets.MAINNET_SOLANA_DEPLOY_URL }}
@@ -94,8 +88,6 @@ jobs:
9488
upload_idl: true
9589
verify: true
9690
use-squads: true
97-
override-solana-version: "1.17.31"
98-
override-anchor-version: "0.29.0"
9991
priority-fee: ${{ inputs.priority-fee }}
10092
secrets:
10193
MAINNET_SOLANA_DEPLOY_URL: ${{ secrets.MAINNET_SOLANA_DEPLOY_URL }}

0 commit comments

Comments
 (0)