Skip to content

Commit

Permalink
attempting to fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Dec 18, 2023
1 parent 6760751 commit 30cb8ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/actions/LinuxEnvironmentSetup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ runs:
sed -i 's/add-apt-repository "${REPO_NAME}"/add-apt-repository -y "${REPO_NAME}"/g' llvm.sh
sudo ./llvm.sh 16
sudo ln -sfn /usr/bin/clang++-16 /usr/bin/clang++
echo "export LD_LIBRARY_PATH=/mypath${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}" >> ~/.bashrc
source ~/.bashrc
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if(BUILD_TESTS)
message(STATUS "Configuring Unit Tests")
add_subdirectory(gtest)
# add_subdirectory(gtest)
add_subdirectory(pytest)
endif()

Expand Down

0 comments on commit 30cb8ad

Please sign in to comment.