Skip to content

Commit 6ac76d2

Browse files
committed
fix: CI
1 parent 9ca766c commit 6ac76d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/debug.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
node-version: '8'
2020

21-
- name: Setup Python
22-
uses: actions/setup-python@v3
21+
- name: Set up Python 2.7
22+
uses: LizardByte/setup-python-action@v2
2323
with:
24-
python-version: '2.7'
24+
python-version: 2.7
2525

2626
- name: Set up JDK
2727
uses: actions/setup-java@v3

0 commit comments

Comments
 (0)