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 26, 2023
1 parent 3d9f638 commit 81eb241
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 81eb241

Please sign in to comment.