diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index cf014ae..8185297 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -57,7 +57,7 @@ jobs: cd portaudio # Configure with ASIO and other Windows audio APIs - mkdir build && cd build + cd build cmake .. \ -G "MSYS Makefiles" \ -DCMAKE_BUILD_TYPE=Release \