Skip to content

Commit

Permalink
fix: window build error
Browse files Browse the repository at this point in the history
  • Loading branch information
DuanKuanJun committed Jun 26, 2024
1 parent e8a6c45 commit 57c3b0c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/3.0-windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
- cron: "10 16 * * *"
push:
branches:
- develop
- 3.0
- main
pull_request:
branches:
- develop
- 3.0
- main

Expand Down Expand Up @@ -122,7 +120,11 @@ jobs:
with:
toolchain: stable

- uses: ilammy/msvc-dev-cmd@v1
- uses: actions/checkout@v2
name: Setup MSVC build environment
env:
PATH: ${{ runner.tool_cache }}/msvc/2019/hostx64/x64/bin
run: echo "Setup MSVC environment"

- name: Build & Install TDengine
if:
Expand Down

0 comments on commit 57c3b0c

Please sign in to comment.