Skip to content

Commit 1453d08

Browse files
committed
Fix manual workflow dispatch for validate
1 parent 4d0d726 commit 1453d08

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/validate.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ on:
1919
release:
2020
types:
2121
- created
22+
workflow_dispatch:
23+
inputs:
24+
allow-newer:
25+
description: allow-newer line
26+
required: false
27+
type: string
28+
constraints:
29+
description: constraints line
30+
required: false
31+
type: string
2232

2333
env:
2434
# We choose a stable ghc version across all os's

cabal.validate.project

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ write-ghc-environment-files: never
88
program-options
99
ghc-options: -Werror
1010

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

2220
package zlib
2321
flags: -pkg-config +bundled-c-zlib
22+

0 commit comments

Comments
 (0)