Skip to content

Commit

Permalink
Fix manual workflow dispatch for validate
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Dec 22, 2024
1 parent 4d0d726 commit 1453d08
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ on:
release:
types:
- created
workflow_dispatch:
inputs:
allow-newer:
description: allow-newer line
required: false
type: string
constraints:
description: constraints line
required: false
type: string

env:
# We choose a stable ghc version across all os's
Expand Down
3 changes: 1 addition & 2 deletions cabal.validate.project
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ write-ghc-environment-files: never
program-options
ghc-options: -Werror

-- This project file is used to distribute the cabal-head binary,
-- as such we cannot enable "-march=native".
constraints:
hashable -arch-native,
tar >= 0.6.2.0,
Expand All @@ -21,3 +19,4 @@ constraints:

package zlib
flags: -pkg-config +bundled-c-zlib

0 comments on commit 1453d08

Please sign in to comment.