Skip to content

Commit

Permalink
add missing apt update call
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Oct 27, 2023
1 parent 8acad22 commit 901d7e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/build_wheel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ then
yum install yasm openslide-devel -y
else
echo "apt package manager was found"
apt update
apt install yasm libopenslide-dev -y
fi

Expand Down

0 comments on commit 901d7e4

Please sign in to comment.