From 07f5648944ffa5b57e595c12126ecb0cfb5bf8b4 Mon Sep 17 00:00:00 2001 From: Sami Salonen Date: Sun, 15 Dec 2024 15:27:23 +0200 Subject: [PATCH] debug --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8173833..6f99e4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: command: test use-cross: ${{ matrix.job.use-cross }} toolchain: ${{ matrix.rust }} - args: --target ${{ matrix.job.target }} + args: --target ${{ matrix.job.target }} -vv env: LIBCEC_VENDORED: "1"