From 134e0f7d53e66efbafa44e7486be8a63e985c23f Mon Sep 17 00:00:00 2001 From: monosans Date: Mon, 5 May 2025 20:35:20 +0300 Subject: [PATCH] ci: fix --- .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 41a841d..aeecd2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -239,7 +239,7 @@ jobs: with: toolchain: beta target: ${{ matrix.target }} - rustflags: "${{ matrix.cross && '' || '-Dwarnings' }}" + rustflags: "${{ matrix.cross && '-Dwarnings' || '' }}" - if: ${{ matrix.cross }} run: cargo +beta install cross --git https://github.com/cross-rs/cross - if: ${{ matrix.cross }}