Skip to content

Commit

Permalink
Remove ugsdr
Browse files Browse the repository at this point in the history
  • Loading branch information
MKlimenko committed Jan 3, 2024
1 parent 5a13cba commit 0916b99
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: recursive

- name: Install build-essential
run: sudo apt-get install -y build-essential

- name: Set up clang
uses: egor-tensin/setup-clang@v1
Expand All @@ -41,7 +38,7 @@ jobs:
run: ./vcpkg/vcpkg install gtest benchmark

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_TOOLCHAIN_FILE=/home/runner/work/ugsdr/ugsdr/vcpkg/scripts/buildsystems/vcpkg.cmake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_TOOLCHAIN_FILE=/home/runner/work/embed/embed/vcpkg/scripts/buildsystems/vcpkg.cmake

- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 0916b99

Please sign in to comment.