From d95ee39c0b87639bfbe01b58df8cc782b4e5e082 Mon Sep 17 00:00:00 2001 From: mdnapo Date: Sun, 6 Oct 2024 10:00:58 +0200 Subject: [PATCH] Tried specifying driver too --- .gitea/workflows/gitea-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-ci.yml b/.gitea/workflows/gitea-ci.yml index 6e70e95..6601da5 100644 --- a/.gitea/workflows/gitea-ci.yml +++ b/.gitea/workflows/gitea-ci.yml @@ -4,7 +4,7 @@ on: [ push ] jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-latest:docker steps: - uses: https://github.com/actions/checkout@v4 - uses: https://github.com/actions/setup-dotnet@v4