From b0d68324a681825927da10934b9a217957d2d120 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 15 Feb 2025 18:11:42 -0600 Subject: [PATCH] gtk: fix multiple build args in docker build --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ad29856c4..e64b2c4d8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -647,4 +647,6 @@ jobs: with: context: . file: src/build/docker/debian/Dockerfile - build-args: DISTRO_VERSION=12,ZIG_VERSION=0.13.0 + build-args: | + DISTRO_VERSION=12 + ZIG_VERSION=0.13.0