From 0e973d400163c50d5b3fc95e3f013fdec9b8fc71 Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Thu, 19 Jun 2025 14:22:14 +1000 Subject: [PATCH] gitea test --- .gitea/workflows/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 3b63742..5cd5f0d 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -6,6 +6,10 @@ jobs: build: runs-on: ubuntu-latest steps: + - name: Setup + uses: ConorMacBride/install-package@v1 + with: + apt: dos2unix - name: Check out repository code uses: actions/checkout@v4 - name: Code Generation