Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Maas committed Dec 4, 2024
1 parent a82aaf8 commit e224e87
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/debian_build_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:
- name: Install Dependencies
run: |
echo "deb http://cz.archive.ubuntu.com/ubuntu jammy main universe" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install libtbb-dev libhwloc-dev gcc-9 g++-9
apt show libtbb-dev
apt-get -y update
apt-get -y install libtbb-dev libhwloc-dev gcc-9 g++-9
- name: Build Mt-KaHyPar Debian Package
env:
Expand Down Expand Up @@ -69,8 +68,8 @@ jobs:
--volume "${PWD}/artifacts:/artifacts"
run: |
apt-get update
apt-get install libtbb-dev libhwloc-dev gcc-9 g++-9
apt-get -y update
apt-get -y install libtbb-dev libhwloc-dev gcc-9 g++-9
mkdir build && cd build
cmake .. --preset=default -DCMAKE_POSITION_INDEPENDENT_CODE=On -DKAHYPAR_CI_BUILD=ON \
Expand Down

0 comments on commit e224e87

Please sign in to comment.