diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 8635ee8..464f037 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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: