diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2021-06-06 17:12:05 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2021-06-06 17:12:05 +0200 |
commit | 454d15be1ed9127b0be1a90324132cc20ca1b082 (patch) | |
tree | 9e1888aa1bc14d9565bdc2a6024bb0fee3645ecc | |
parent | 537994756d80178bdaf25e96968f34d2e144797f (diff) | |
download | polecat-454d15be1ed9127b0be1a90324132cc20ca1b082.tar.gz polecat-454d15be1ed9127b0be1a90324132cc20ca1b082.zip |
correct github CI workflow
-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 |