Skip to content

Commit 19ca57e

Browse files
committed
Use an upstream change
1 parent d30ec1d commit 19ca57e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

9595
- name: Set up Python 3.12
96-
uses: Chia-Network/actions/setup-python@main
96+
uses: Chia-Network/actions/setup-python@quex.add_parametrizations_for_deb_rpm
9797
with:
9898
python-version: "3.12"
9999

.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: Chia-Network/actions/setup-python@main
86+
uses: Chia-Network/actions/setup-python@quex.add_parametrizations_for_deb_rpm
8787
with:
8888
python-version: "3.12"
8989

0 commit comments

Comments
 (0)