From 466491e3f59e2c122900eda9a3fc7932ebfc3b48 Mon Sep 17 00:00:00 2001 From: tequ Date: Thu, 27 Nov 2025 12:59:49 +0900 Subject: [PATCH] try container name --- .github/workflows/xahau-ga-nix.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/xahau-ga-nix.yml b/.github/workflows/xahau-ga-nix.yml index ed3f54318..42b9b7b14 100644 --- a/.github/workflows/xahau-ga-nix.yml +++ b/.github/workflows/xahau-ga-nix.yml @@ -183,7 +183,9 @@ jobs: - /home/runner/.conan2:/github/home/.conan2 - /home/runner/.ccache-main:/github/home/.ccache-main - /home/runner/.ccache-current:/github/home/.ccache-current - options: --privileged + options: >- + --privileged + --name xahaud-ci-${{ matrix.compiler_id }} outputs: artifact_name: ${{ steps.set-artifact-name.outputs.artifact_name }} strategy: