From 34c3d34d0a8adbcdec2445cdf60b121444011b0c Mon Sep 17 00:00:00 2001 From: sagudev <16504129+sagudev@users.noreply.github.com> Date: Sun, 18 Aug 2024 18:09:48 +0200 Subject: [PATCH] fix Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --- .github/workflows/main.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 954f987c..91c6d0cc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,12 +25,11 @@ jobs: features: ["", "force-inprocess", "async"] include: - features: "windows-shared-memory-equality" - platform: - - { target: x86_64-pc-windows-msvc, os: windows-latest } - - { target: i686-pc-windows-msvc, os: windows-latest } + platform: { target: x86_64-pc-windows-msvc, os: windows-latest } + - features: "windows-shared-memory-equality" + platform: { target: i686-pc-windows-msvc, os: windows-latest } - features: "memfd" - platform: - - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest } + platform: { target: x86_64-unknown-linux-gnu, os: ubuntu-latest } steps: - uses: actions/checkout@v4