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 14a177c commit f76da71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CI/macos/02_build_obs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ build_obs() {
step "Build OBS..."
cmake --build --preset macos-${ARCH} -v
step "Install OBS..."
cmake --build --target intall --preset macos-${ARCH} -v
cmake --build --target install --preset macos-${ARCH} -v
fi
ls -laR .
}
Expand Down

0 comments on commit f76da71

Please sign in to comment.