Skip to content

Commit b7d31ec

Browse files
committed
install git in workflow
1 parent 0849d17 commit b7d31ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-cpp-interface.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install dependencies
7979
run: |
8080
sudo apt update
81-
sudo apt install -y libboost-dev libtbb-dev libomp-dev
81+
sudo apt install -y git libboost-dev libtbb-dev libomp-dev
8282
8383
- name: Compile tests
8484
working-directory: ${{ github.workspace }}/tests

0 commit comments

Comments
 (0)