Skip to content

Commit

Permalink
Updated Windows build CI workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Jan 9, 2025
1 parent 6e5d57c commit f0daf36
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
shell: msys2 {0}

steps:
- name: Checkout code
run:
git clone https://github.com/n8lang/n8

- name: Setup MSYS2
uses: msys2/setup-msys2@v2
with:
Expand All @@ -40,6 +36,10 @@ jobs:
mingw-w64-x86_64-python-py-cpuinfo
mingw-w64-x86_64-python-requests
- name: Checkout code
run:
git clone https://github.com/n8lang/n8

- name: Build N8
run: |
python build.py
Expand Down

0 comments on commit f0daf36

Please sign in to comment.