From a408435d47f172410916e4be99f07f821ba65346 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Fri, 30 Jan 2026 10:23:25 +0100 Subject: Update the year and build image --- .gitea/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitea/workflows/build.yml') 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 -- cgit v1.2.3