Skip to content

Commit 8eebbac

Browse files
add missing sudo to macos CI
1 parent 7be83ff commit 8eebbac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
run: git clone https://github.com/hydrasdr/rfone_host && cd rfone_host && mkdir build && cd build && cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DCMAKE_BUILD_TYPE=Release .. && make -j3 && sudo make install && cd ../../
144144

145145
- name: Install libdlcr
146-
run: wget https://dragnlabs.com/host-tools/dlcr_host_v0.3.0.zip && mkdir dlcr_host && cd dlcr_host && 7z x ../dlcr_host_v0.3.0.zip && mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release && make -j2 && make install && cd ../../
146+
run: wget https://dragnlabs.com/host-tools/dlcr_host_v0.3.0.zip && mkdir dlcr_host && cd dlcr_host && 7z x ../dlcr_host_v0.3.0.zip && mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release && make -j2 && sudo make install && cd ../../
147147

148148
- name: Prepare CMake
149149
working-directory: ${{runner.workspace}}/build
@@ -206,7 +206,7 @@ jobs:
206206
run: git clone https://github.com/hydrasdr/rfone_host && cd rfone_host && mkdir build && cd build && cmake -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DCMAKE_BUILD_TYPE=Release .. && make -j3 && sudo make install && cd ../../
207207

208208
- name: Install libdlcr
209-
run: wget https://dragnlabs.com/host-tools/dlcr_host_v0.3.0.zip && mkdir dlcr_host && cd dlcr_host && 7z x ../dlcr_host_v0.3.0.zip && mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release && make -j2 && make install && cd ../../
209+
run: wget https://dragnlabs.com/host-tools/dlcr_host_v0.3.0.zip && mkdir dlcr_host && cd dlcr_host && 7z x ../dlcr_host_v0.3.0.zip && mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release && make -j2 && sudo make install && cd ../../
210210

211211
- name: Prepare CMake
212212
working-directory: ${{runner.workspace}}/build

0 commit comments

Comments
 (0)