From 1e476d9749587ba257a9207d682801e1df5096a2 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Thu, 15 May 2025 09:48:23 +0200 Subject: [PATCH] ci: remove trailing spaces at line end --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 80b2fa240..8bbb5de96 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -531,7 +531,7 @@ jobs: # TODO: Re-enable after rust-onig release: https://github.com/rust-onig/rust-onig/issues/193 # - { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows } - { os: windows-latest , target: x86_64-pc-windows-msvc , features: feat_os_windows } - - { os: windows-latest , target: aarch64-pc-windows-msvc , features: feat_os_windows, use-cross: use-cross , skip-tests: true } + - { os: windows-latest , target: aarch64-pc-windows-msvc , features: feat_os_windows, use-cross: use-cross , skip-tests: true } steps: - uses: actions/checkout@v4 with: