Skip to content

Commit

Permalink
merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
summeroff committed Nov 29, 2023
1 parent 35f5da3 commit 14a177c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CI/macos/02_build_obs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ build_obs() {

unset NSUnbufferedIO
else
cmake --build --target install --preset macos-${ARCH} -v
step "Build OBS..."
cmake --build --preset macos-${ARCH} -v
step "Install OBS..."
cmake --build --target intall --preset macos-${ARCH} -v
fi
ls -laR .
}
Expand Down

0 comments on commit 14a177c

Please sign in to comment.