Skip to content

Commit eddb1a2

Browse files
committed
revert: hardcoded versions and use env
1 parent 5721f03 commit eddb1a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-programs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ on:
1111
inputs:
1212
rust:
1313
description: Rust version
14-
default: 1.85.1
14+
default: 1.70.0
1515
required: true
1616
type: string
1717
solana:
1818
description: Solana version
19-
default: 1.18.19
19+
default: 1.17.20
2020
required: true
2121
type: string
2222

0 commit comments

Comments
 (0)