From 8e9b2ac2b3e25e2beeda805a8b265c4ac6cc334a Mon Sep 17 00:00:00 2001 From: Volodymyr Vovchenko Date: Wed, 25 Sep 2024 14:40:45 -0500 Subject: [PATCH] Sync --- .github/workflows/cmake.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 2edbac2..8635ee8 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -23,11 +23,11 @@ jobs: - os: windows-latest prefix: bin/examples/Release/ - env: - prefix: bin/examples/ - - if: ${{ matrix.prefix }} - env: - prefix: ${{ matrix.prefix }} + # env: + # prefix: bin/examples/ + # - if: ${{ matrix.prefix }} + # env: + # prefix: ${{ matrix.prefix }} steps: - uses: actions/checkout@v2