summaryrefslogtreecommitdiff
path: root/.gitea/workflows
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-04-26 07:43:07 +0200
committerEugen Wissner <belka@caraus.de>2026-04-26 07:43:07 +0200
commit63d9a4245685154ae3df0c052114328348daa9a2 (patch)
treed0aab133101312bcc81f7c322c2d767cd062f37d /.gitea/workflows
parenta408435d47f172410916e4be99f07f821ba65346 (diff)
downloadfountainhead-63d9a4245685154ae3df0c052114328348daa9a2.tar.gz
Update buildenv to v6
Signed-off-by: Eugen Wissner <belka@caraus.de>
Diffstat (limited to '.gitea/workflows')
-rw-r--r--.gitea/workflows/build.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml
index 3b6c4c4..6e9ce1e 100644
--- a/.gitea/workflows/build.yml
+++ b/.gitea/workflows/build.yml
@@ -7,22 +7,22 @@ on:
jobs:
audit:
- container: buildenv:5
+ container: buildenv:6
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- run: hlint src lib test
test:
- container: buildenv:5
+ container: buildenv:6
continue-on-error: true
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- run: cabal update
- run: cabal test --test-show-details=streaming
release:
- container: buildenv:5
+ container: buildenv:6
steps:
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- run: cabal update
- run: cabal build