diff options
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3adc35c..8a608fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Test `wine run` working-directory: ${{runner.workspace}}/build shell: bash - run: ./polecat_mock run mock 1 2 3 4 + run: ./polecat_mock wine run mock 1 2 3 4 - name: Test `lutris search` working-directory: ${{runner.workspace}}/build |