mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-11 19:58:28 +01:00
Re-enable nightly on CI
This commit is contained in:
parent
1228fd1ff0
commit
574b7589f2
@ -57,7 +57,7 @@ jobs:
|
||||
build_nightly:
|
||||
<<: *stack_build
|
||||
environment:
|
||||
STACK_ARGUMENTS: --resolver nightly
|
||||
STACK_ARGUMENTS: --stack-yaml stack-nightly.yaml
|
||||
|
||||
workflows:
|
||||
version: 2
|
||||
@ -66,4 +66,4 @@ workflows:
|
||||
# - build_8.0.2
|
||||
- build_8.2.2
|
||||
- build
|
||||
# - build_nightly # hoauth2
|
||||
- build_nightly
|
||||
|
||||
4
stack-nightly.yaml
Normal file
4
stack-nightly.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
resolver: nightly
|
||||
extra-deps:
|
||||
- hoauth2-1.7.1
|
||||
Loading…
Reference in New Issue
Block a user