Skip to content

Commit

Permalink
Sync
Browse files Browse the repository at this point in the history
  • Loading branch information
vlvovch committed Sep 25, 2024
1 parent a6579e3 commit 8e9b2ac
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8e9b2ac

Please sign in to comment.