File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 74
74
fetch-depth : 0
75
75
76
76
- name : Set up Python 3.12
77
- uses : actions/setup-python@v5
77
+ uses : Chia-Network/ actions/setup-python@main
78
78
with :
79
79
python-version : " 3.12"
80
80
Original file line number Diff line number Diff line change @@ -59,13 +59,11 @@ jobs:
59
59
madmax-suffix : " x86-64"
60
60
bladebit-suffix : " ubuntu-x86-64.tar.gz"
61
61
arch-artifact-name : intel
62
- python-interpreter-arch : " x64"
63
62
- runs-on : ubuntu-24.04-arm
64
63
arch : arm64
65
64
madmax-suffix : " arm64"
66
65
bladebit-suffix : " ubuntu-arm64.tar.gz"
67
66
arch-artifact-name : arm
68
- python-interpreter-arch : " arm64"
69
67
70
68
env :
71
69
CHIA_INSTALLER_VERSION : ${{ needs.version.outputs.chia-installer-version }}
95
93
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
96
94
97
95
- name : Set up Python 3.12
98
- uses : actions/setup-python@v5
96
+ uses : Chia-Network/ actions/setup-python@main
99
97
with :
100
98
python-version : " 3.12"
101
- architecture : ${{ matrix.os.runs-on.python-interpreter-architecture }}
102
99
103
100
- name : Test raw version command
104
101
run : |
Original file line number Diff line number Diff line change 83
83
GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
84
84
85
85
- name : Set up Python 3.12
86
- uses : actions/setup-python@v5
86
+ uses : Chia-Network/ actions/setup-python@main
87
87
with :
88
88
python-version : " 3.12"
89
89
You can’t perform that action at this time.
0 commit comments