From 1bbb1eea0eb4a6dbc7b50364f9d8fdfcb153cb39 Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Tue, 16 Nov 2021 03:55:49 +0100 Subject: [PATCH] CI Fix --- .github/workflows/build_all.yml | 2 +- source_modules/airspy_source/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_all.yml b/.github/workflows/build_all.yml index 620f2460..a5e78f00 100644 --- a/.github/workflows/build_all.yml +++ b/.github/workflows/build_all.yml @@ -99,7 +99,7 @@ jobs: - name: Create Archive working-directory: ${{runner.workspace}} - run: sh $GITHUB_WORKSPACE/make_macos_dotapp.sh ${{runner.workspace}}/build ./SDR++.app && zip -r sdrpp_macos_intel.zip SDR++.app + run: cd $GITHUB_WORKSPACE && sh make_macos_dotapp.sh ${{runner.workspace}}/build ./SDR++.app && zip -r ${{runner.workspace}}/sdrpp_macos_intel.zip SDR++.app - name: Save Archive uses: actions/upload-artifact@v2 diff --git a/source_modules/airspy_source/CMakeLists.txt b/source_modules/airspy_source/CMakeLists.txt index 4a9dabf4..e69bf710 100644 --- a/source_modules/airspy_source/CMakeLists.txt +++ b/source_modules/airspy_source/CMakeLists.txt @@ -21,7 +21,7 @@ if (MSVC) # Lib path target_link_directories(airspy_source PRIVATE "C:/Program Files/PothosSDR/bin/") - target_include_directories(airspyhf_source PUBLIC "C:/Program Files/PothosSDR/include/libairspy/") + target_include_directories(airspy_source PUBLIC "C:/Program Files/PothosSDR/include/libairspy/") target_link_libraries(airspy_source PRIVATE airspy) else (MSVC)