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 79b2b0e commit a9bcfad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ jobs:
run: |
sudo dpkg --configure -a
sudo apt-get update -y
sudo apt-get install python3-dev clang
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 clang
sudo DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential libopencv-dev swig tzdata libboost-python-dev libeigen3-dev
echo "OS_NAME=Linux" >> $GITHUB_ENV
echo "IS_WIN=" >> $GITHUB_ENV
echo "IS_MAC=" >> $GITHUB_ENV
Expand Down

0 comments on commit a9bcfad

Please sign in to comment.