From 52c01add0702b67adad5e6ce854ec81e2b0fa106 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Mon, 13 Mar 2023 21:35:36 +0300 Subject: [PATCH] Fix CI build --- .github/workflows/dub.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dub.yml b/.github/workflows/dub.yml index 692b800..9d5814a 100644 --- a/.github/workflows/dub.yml +++ b/.github/workflows/dub.yml @@ -52,7 +52,7 @@ jobs: dub run --build=release --config=registerOnResolveExample dub run --build=release --config=constructorInjectionExample dub run --build=release --config=valueInjectionExample - dub run --build=release --config=postConstructorPreDestructorExample + dub run --build=release --config=postConPreDestExample # Ensure poodinis can build on everything from 2.076 to latest. These builds are Ubuntu only for speed build-older: