From a993060d09d2814a48ec5f8d6df5c46cf9b50fe9 Mon Sep 17 00:00:00 2001 From: Stefano Sinigardi Date: Thu, 30 Apr 2020 18:54:25 +0200 Subject: [PATCH] remove unnecessary system dependencies on github actions --- .github/workflows/ccpp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index d228877a..d291ce70 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -12,7 +12,7 @@ jobs: - name: Update apt run: sudo apt update - name: Install dependencies - run: sudo apt install libopencv-dev yasm + run: sudo apt install yasm # Install latest CMake. - uses: lukka/get-cmake@latest @@ -70,7 +70,7 @@ jobs: - name: Update apt run: sudo apt update - name: Install dependencies - run: sudo apt install libopencv-dev yasm + run: sudo apt install libopencv-dev # Install latest CMake. - uses: lukka/get-cmake@latest @@ -110,7 +110,7 @@ jobs: # Install system dependencies - name: Install dependencies - run: brew install opencv libomp yasm + run: brew install libomp yasm # Install latest CMake. - uses: lukka/get-cmake@latest @@ -166,7 +166,7 @@ jobs: # Install system dependencies - name: Install dependencies - run: brew install opencv libomp yasm + run: brew install opencv libomp # Install latest CMake. - uses: lukka/get-cmake@latest