Skip to content

Commit b663bf1

Browse files
authored
Merge pull request #539 from chipsalliance/40207-fix-tbb
Remove manual installation of tbb library after updating nextpnr-fpga-interchange conda package
2 parents b4dfa14 + 4dcfed1 commit b663bf1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/scripts/install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ DEBIAN_FRONTEND=noninteractive $(command -v sudo) apt install -qq -y --no-instal
3131
default-jdk \
3232
xz-utils \
3333
libtinfo5 \
34-
locales \
35-
libtbb2
34+
locales
3635
echo '::endgroup::'
3736

3837
echo '::group::Locales setup'

0 commit comments

Comments
 (0)