Skip to content

Commit

Permalink
Disable windows_portable builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Dec 25, 2024
1 parent 41f2dd8 commit 3a1e3dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
inputs:
platforms:
description: 'Platforms to build:'
default: 'windows_x64 windows_x32 windows_portable'
default: 'windows_x64 windows_x32' # no windows_portable :-(
required: true
build_mode:
description: 'Build mode: devel, nightly, testing, stable'
Expand All @@ -28,7 +28,7 @@ on:
inputs:
platforms:
description: 'Platforms to build:'
default: 'windows_x64 windows_x32 windows_portable'
default: 'windows_x64 windows_x32' # no windows_portable :-(
type: string
required: true
build_mode:
Expand Down

0 comments on commit 3a1e3dd

Please sign in to comment.