Skip to content

Commit

Permalink
[tbb] move ahead tbb install procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
Haldir65 committed Apr 24, 2024
1 parent 00ccf49 commit c20d942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/automate_build_of_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
shell: bash
run: |
clang --version
sudo apt install ninja-build build-essential coreutils tree -y
sudo apt install ninja-build build-essential coreutils tree libtbb-dev -y
echo "cpu core num is "
nproc
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
shell: bash
run: |
apt update
apt install -y sudo ninja-build git unzip build-essential tree checkinstall zlib1g-dev wget
apt install -y sudo ninja-build git unzip build-essential tree checkinstall zlib1g-dev libtbb-dev wget
- name: install latest version of cmake
shell: bash
Expand Down

0 comments on commit c20d942

Please sign in to comment.