From 59502a050943056b3e4fb266b0dab32f55cc299d Mon Sep 17 00:00:00 2001 From: dialogflowchatbot Date: Thu, 8 Aug 2024 17:20:37 +0800 Subject: [PATCH] Updated ci.yml --- .github/workflows/ci.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cd9cce..82f3ffe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -125,17 +125,18 @@ jobs: # bin: dialogflow.exe # name: dialogflow-Windows-i686.zip # skip_tests: true - # - os_name: Windows-x86_64 - # os: windows-2019 - # target: x86_64-pc-windows-msvc - # bin: dialogflow.exe - # name: dialogflow-Windows-x86_64.zip - # skip_tests: true + - os_name: Windows-x86_64 + os: windows-2019 + target: x86_64-pc-windows-msvc + bin: dialogflow.exe + name: dialogflow-Windows-x86_64.zip + skip_tests: true - os_name: macOS-x86_64 os: macOS-latest target: x86_64-apple-darwin bin: dialogflow name: dialogflow-Darwin-x86_64.tar.gz + skip_tests: true - os_name: macOS-aarch64 os: macOS-latest target: aarch64-apple-darwin