summaryrefslogtreecommitdiff
path: root/.gitea/workflows/build.yml
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2026-01-30 10:23:25 +0100
committerEugen Wissner <belka@caraus.de>2026-01-30 10:23:25 +0100
commita408435d47f172410916e4be99f07f821ba65346 (patch)
tree51fe02ef6e94975efa12740220666cf98490e7ca /.gitea/workflows/build.yml
parentf6dc21a9adcd4403f2dc56b7897df444e08c5008 (diff)
downloadfountainhead-a408435d47f172410916e4be99f07f821ba65346.tar.gz
Update the year and build image
Diffstat (limited to '.gitea/workflows/build.yml')
-rw-r--r--.gitea/workflows/build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml
index fb3e8a6..3b6c4c4 100644
--- a/.gitea/workflows/build.yml
+++ b/.gitea/workflows/build.yml
@@ -7,13 +7,13 @@ on:
jobs:
audit:
- runs-on: buildenv
+ container: buildenv:5
steps:
- uses: actions/checkout@v4
- run: hlint src lib test
test:
- runs-on: buildenv
+ container: buildenv:5
continue-on-error: true
steps:
- uses: actions/checkout@v4
@@ -21,7 +21,7 @@ jobs:
- run: cabal test --test-show-details=streaming
release:
- runs-on: buildenv
+ container: buildenv:5
steps:
- uses: actions/checkout@v4
- run: cabal update