mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-21 14:33:48 -07:00
ci: git-friendly apt deps in cabal.haskell-ci
This commit is contained in:
4
.github/workflows/haskell-ci.yml
vendored
4
.github/workflows/haskell-ci.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
# This GitHub workflow config has been generated by a script via
|
# This GitHub workflow config has been generated by a script via
|
||||||
#
|
#
|
||||||
# haskell-ci 'github' 'xmonad.cabal'
|
# haskell-ci 'github' 'cabal.project'
|
||||||
#
|
#
|
||||||
# To regenerate the script (for example after adjusting tested-with) run
|
# To regenerate the script (for example after adjusting tested-with) run
|
||||||
#
|
#
|
||||||
@@ -10,7 +10,7 @@
|
|||||||
#
|
#
|
||||||
# version: 0.12
|
# version: 0.12
|
||||||
#
|
#
|
||||||
# REGENDATA ("0.12",["github","xmonad.cabal"])
|
# REGENDATA ("0.12",["github","cabal.project"])
|
||||||
#
|
#
|
||||||
name: Haskell-CI
|
name: Haskell-CI
|
||||||
on:
|
on:
|
||||||
|
@@ -1,4 +1,9 @@
|
|||||||
apt: libx11-dev libxext-dev libxinerama-dev libxrandr-dev libxss-dev
|
apt:
|
||||||
|
libx11-dev
|
||||||
|
libxext-dev
|
||||||
|
libxinerama-dev
|
||||||
|
libxrandr-dev
|
||||||
|
libxss-dev
|
||||||
|
|
||||||
raw-project
|
raw-project
|
||||||
package xmonad
|
package xmonad
|
||||||
|
Reference in New Issue
Block a user