mirror of
https://github.com/block/goose.git
synced 2026-05-01 13:00:59 +00:00
remove windows release CLI (#1181)
This commit is contained in:
parent
cfd3ee8fd9
commit
240d28a624
1 changed files with 1 additions and 3 deletions
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue