From 490243e346747ffcc60afcc99ed816acb2c7846b Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Thu, 29 Apr 2021 15:51:32 +0200 Subject: [PATCH] Fixed bad directory for MacOS CI --- .github/workflows/build_all.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 3570c7b..bb0935a 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -65,6 +65,7 @@ jobs: run: brew install fftw glew glfw volk airspy rt-audio hackrf rtl-sdr - name: Prepare CMake + working-directory: ${{runner.workspace}}/build run: cmake $GITHUB_WORKSPACE -DOPT_BUILD_AIRSPYHF_SOURCE=OFF -DOPT_BUILD_PLUTOSDR_SOURCE=OFF -DOPT_BUILD_SOAPY_SOURCE=OFF - name: Build