summaryrefslogtreecommitdiff
path: root/.gitea
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2025-01-08 23:44:49 +0100
committerEugen Wissner <belka@caraus.de>2025-01-08 23:44:49 +0100
commite2debec6d7f750769ba8b5e7001e242c625b6729 (patch)
treeeda725ed2fe1e217f16a019e4cd311b0fac86a9c /.gitea
parentd043ba884448a071fb1ec5a925238fd1bafb726d (diff)
downloadslackbuilder-e2debec6d7f750769ba8b5e7001e242c625b6729.tar.gz
Update to GHC 9.10
Diffstat (limited to '.gitea')
-rw-r--r--.gitea/workflows/build.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml
index e43d874..79157a7 100644
--- a/.gitea/workflows/build.yml
+++ b/.gitea/workflows/build.yml
@@ -23,3 +23,15 @@ jobs:
- uses: actions/checkout@v4
- run: cabal update
- run: cabal test --test-show-details=streaming
+
+ release:
+ runs-on: buildenv
+ steps:
+ - name: Set up environment
+ run: |
+ apt-get update -y
+ apt-get upgrade -y
+ apt-get install -y pkg-config liblzma-dev
+ - uses: actions/checkout@v4
+ - run: cabal update
+ - run: cabal build