Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
herrera-diego authored Oct 1, 2021
1 parent bbb14a9 commit b7695fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install gtest manually
- name: Install gtest
run: sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake CMakeLists.txt && sudo make

- name: Install dependencies
run: |
sudo apt-get install libgcrypt-dev
- uses: actions/checkout@v2

Expand Down

0 comments on commit b7695fc

Please sign in to comment.