Skip to content

Commit

Permalink
CI debug 6
Browse files Browse the repository at this point in the history
  • Loading branch information
cropinghigh committed May 8, 2024
1 parent a596d7a commit 18df58e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ jobs:
run: 'mkdir sdrpp_lib && tar -zxvf nightly.tar.gz -C sdrpp_lib && dpkg-deb -xv sdrpp_debian_sid_amd64.deb ./sdrpp_lib && cp ./.github/workflows/sdrpp_module_hack.cmake ./ && pwd && ls -lah && ls -lah sdrpp_lib'
- name: Download libosmocore
working-directory: ./libosmocore
uses: actions/checkout@v4
with:
name: 'osmocom/libosmocore'
run: 'git clone git@github.com:osmocom/libosmocore.git'
- name: Build libosmocore
run: 'cd libosmocore && ./configure && make -j4'
- name: Cmake
Expand Down

0 comments on commit 18df58e

Please sign in to comment.