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 8f2f6ce commit 6e5d57c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build_ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive
run:
git clone https://github.com/n8lang/n8

- name: Setup MSYS2
uses: msys2/setup-msys2@v2
Expand All @@ -43,7 +42,6 @@ jobs:
- name: Build N8
run: |
where g++
python build.py
- name: Set Environment Path
Expand Down

0 comments on commit 6e5d57c

Please sign in to comment.