ci: git-friendly apt deps in cabal.haskell-ci

This commit is contained in:
Tomas Janousek
2021-05-23 18:33:00 +01:00
parent e9987b1adf
commit 6caac22df1
2 changed files with 8 additions and 3 deletions

View File

@@ -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:

View File

@@ -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