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 8e9b2ac commit 9a6d7b9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,17 @@ jobs:
- os: windows-latest
prefix: bin/examples/Release/

# env:
# prefix: bin/examples/
# - if: ${{ matrix.prefix }}
# env:
# prefix: ${{ matrix.prefix }}
env:
prefix: bin/examples/

steps:
- uses: actions/checkout@v2

- name: fix-prefix
if: ${{ matrix.prefix }}
env:
prefix: ${{ matrix.prefix }}

# - name: Install Qt
# uses: WillBrennan/yaqti
# with:
Expand Down

0 comments on commit 9a6d7b9

Please sign in to comment.