8000 Update push.yml · Staars/esp32-arduino-lib-builder@55bb6e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 55bb6e5

Browse files
authored
Update push.yml
1 parent 19f675b commit 55bb6e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v2
1616
- name: Set up Python
17-
uses: actions/setup-python@v1
17+
- uses: actions/setup-python@v2
18+
with:
19+
python-version: '3.8.10'
20+
architecture: 'x64'
1821
- name: Install dependencies
1922
run: bash ./tools/prepare-ci.sh
2023
- name: Build Arduino Libs

0 commit comments

Comments
 (0)
0