Skip to content

Commit b1b35a4

Browse files
committed
update workflow to use Python 3.10 instead of Python 3.12
1 parent 65d0fce commit b1b35a4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/macos.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
- name: Setup prerequisites
3333
run: echo "no prereqs to set up"
3434

35+
- name: Setup Python
36+
- uses: actions/setup-python@v5
37+
with:
38+
python-version: "3.10"
39+
3540
- name: Install Node.js and NPM
3641
uses: actions/setup-node@v3
3742
with:
@@ -65,8 +70,8 @@ jobs:
6570
run: |
6671
npm run dist
6772
68-
# - name: Check files
69-
# run: ls -alR --ignore=\.git --ignore=node_modules
73+
# - name: Check files
74+
# run: ls -alR --ignore=\.git --ignore=node_modules
7075

7176
- name: Upload artifacts
7277
uses: actions/upload-artifact@v3
@@ -81,4 +86,3 @@ jobs:
8186
dist/Blink1Control2*exe
8287
dist/Blink1Control2*blockmap
8388
dist/latest*yml
84-

0 commit comments

Comments
 (0)