mirror of
https://github.com/aljazceru/goose.git
synced 2026-02-22 06:54:28 +01:00
remove windows release CLI (#1181)
This commit is contained in:
4
.github/workflows/build-cli.yml
vendored
4
.github/workflows/build-cli.yml
vendored
@@ -15,7 +15,7 @@ on:
|
||||
operating-systems:
|
||||
type: string
|
||||
required: false
|
||||
default: '["ubuntu-latest","macos-latest","windows-latest"]'
|
||||
default: '["ubuntu-latest","macos-latest"]'
|
||||
architectures:
|
||||
type: string
|
||||
required: false
|
||||
@@ -37,8 +37,6 @@ jobs:
|
||||
target-suffix: unknown-linux-gnu
|
||||
- os: macos-latest
|
||||
target-suffix: apple-darwin
|
||||
- os: windows-latest
|
||||
target-suffix: pc-windows-gnu
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
|
||||
Reference in New Issue
Block a user