Skip to content

Commit d30ec1d

Browse files
committed
Use Chia action
1 parent b5588bc commit d30ec1d

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
fetch-depth: 0
7575

7676
- name: Set up Python 3.12
77-
uses: actions/setup-python@v5
77+
uses: Chia-Network/actions/setup-python@main
7878
with:
7979
python-version: "3.12"
8080

.github/workflows/build-linux-installer-deb.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,11 @@ jobs:
5959
madmax-suffix: "x86-64"
6060
bladebit-suffix: "ubuntu-x86-64.tar.gz"
6161
arch-artifact-name: intel
62-
python-interpreter-arch: "x64"
6362
- runs-on: ubuntu-24.04-arm
6463
arch: arm64
6564
madmax-suffix: "arm64"
6665
bladebit-suffix: "ubuntu-arm64.tar.gz"
6766
arch-artifact-name: arm
68-
python-interpreter-arch: "arm64"
6967

7068
env:
7169
CHIA_INSTALLER_VERSION: ${{ needs.version.outputs.chia-installer-version }}
@@ -95,10 +93,9 @@ jobs:
9593
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9694

9795
- name: Set up Python 3.12
98-
uses: actions/setup-python@v5
96+
uses: Chia-Network/actions/setup-python@main
9997
with:
10098
python-version: "3.12"
101-
architecture: ${{ matrix.os.runs-on.python-interpreter-architecture }}
10299

103100
- name: Test raw version command
104101
run: |

.github/workflows/build-linux-installer-rpm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8484

8585
- name: Set up Python 3.12
86-
uses: actions/setup-python@v5
86+
uses: Chia-Network/actions/setup-python@main
8787
with:
8888
python-version: "3.12"
8989

0 commit comments

Comments
 (0)