Skip to content

Commit

Permalink
Updated ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dialogflowchatbot committed Aug 8, 2024
1 parent 2bf7878 commit 59502a0
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59502a0

Please sign in to comment.