Skip to content

Commit

Permalink
test action3
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeCraftPlugin committed Jan 10, 2024
1 parent 4e094f2 commit 6f97d1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build

on:
push:
push:
jobs:
build:
runs-on: windows-latest
Expand All @@ -19,7 +19,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install cxfreeze
pip install cx_freeze
- name: Build
id: build
run: |
Expand Down

0 comments on commit 6f97d1a

Please sign in to comment.