Skip to content

Commit 6f97d1a

Browse files
test action3
1 parent 4e094f2 commit 6f97d1a

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
@@ -1,7 +1,7 @@
11
name: Build
22

33
on:
4-
push:
4+
push:
55
jobs:
66
build:
77
runs-on: windows-latest
@@ -19,7 +19,7 @@ jobs:
1919
run: |
2020
python -m pip install --upgrade pip
2121
pip install -r requirements.txt
22-
pip install cxfreeze
22+
pip install cx_freeze
2323
- name: Build
2424
id: build
2525
run: |

0 commit comments

Comments
 (0)