Skip to content

Commit

Permalink
update setup workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
misarb committed Oct 20, 2024
1 parent 87002f7 commit f74a8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y build-essential cmake g++ # Install build tools
sudo apt-get install -y libgtest-dev # Install Google Test
cd /usr/src/gtest && sudo cmake . && sudo make && sudo cp *.a /usr/lib # Build Google Test library
cd /usr/src/gtest && sudo cmake . && sudo make # Build Google Test library
- name: Build Project
run: |
Expand Down

0 comments on commit f74a8a8

Please sign in to comment.