Skip to content

Commit

Permalink
fix(pu): fix test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
puyuan1996 committed Jan 19, 2025
1 parent 72c9e74 commit 79b2b0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo dpkg --configure -a
sudo apt-get update -y
sudo ln -fs /usr/share/zoneinfo/UTC /etc/localtime
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential libopencv-dev swig python3-dev tzdata libboost-python-dev libeigen3-dev
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential libopencv-dev swig python3-dev tzdata libboost-python-dev libeigen3-dev clang
echo "OS_NAME=Linux" >> $GITHUB_ENV
echo "IS_WIN=" >> $GITHUB_ENV
echo "IS_MAC=" >> $GITHUB_ENV
Expand Down

0 comments on commit 79b2b0e

Please sign in to comment.