Skip to content

Commit

Permalink
sudo env
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed May 8, 2024
1 parent c962e4c commit 7cf50ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/netbsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
echo "BUILD_TYPE: $BUILD_TYPE"
echo "CMAKE_FLAGS: $CMAKE_FLAGS"
echo "CMAKE_TEST_FLAGS: $CMAKE_TEST_FLAGS"
sudo /usr/pkg/sbin/pkg_add cmake googletest pkgconf ninja-build
echo "PKG_PATH: $PKG_PATH"
sudo -E /usr/pkg/sbin/pkg_add cmake googletest pkgconf ninja-build
./ci/build.sh
./ci/test.sh

0 comments on commit 7cf50ae

Please sign in to comment.