Skip to content

Commit

Permalink
Install tbb lib for ubuntu for root
Browse files Browse the repository at this point in the history
  • Loading branch information
tbaudier committed Apr 2, 2024
1 parent e2e645e commit d302318
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
make \
binutils \
libx11-dev \
libtbb-dev \
libxpm-dev \
libxft-dev \
libxext-dev \
Expand Down Expand Up @@ -251,6 +252,21 @@ jobs:
fi
fi
# ssh_session:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout github repo
# uses: actions/checkout@v3
# with:
# lfs: true
# - name: Checkout LFS objects
# run: git lfs checkout
# - name: Start SSH session
# uses: luchihoratiu/debug-via-ssh@main
# with:
# NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
# SSH_PASS: ${{ secrets.SSH_PASS }}

benchmarks:
runs-on: ubuntu-latest
needs: [build]
Expand Down

0 comments on commit d302318

Please sign in to comment.