Skip to content

Commit 0796f85

Browse files
committed
ci
1 parent bcf1114 commit 0796f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v2
1717
- name: Setup Python
18-
uses: actions/setup-python@v2
18+
uses: LizardByte/setup-python-action@master
1919
with:
20-
python-version: '2.x'
20+
python-version: '2.7'
2121
- name: Build
2222
env:
2323
PLAY_VERSION: 1.5.3

0 commit comments

Comments
 (0)