Skip to content

Commit

Permalink
Remove unnecessary package installations
Browse files Browse the repository at this point in the history
  • Loading branch information
jucasoliveira committed Jan 31, 2024
1 parent 41892b7 commit cbac9d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cross-compiling-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,10 @@ case "${TARGET}" in
echo "PYO3_CROSS_LIB_DIR=$PYTHON_LIB_DIR" >> $GITHUB_ENV
;;
"aarch64-apple-darwin")
sudo apt-get update
sudo apt-get install libxcb-composite0-dev -y
PYTHON_LIB_DIR="$(dirname ${PYTHON_PATH})/lib"
echo "PYO3_CROSS_LIB_DIR=$PYTHON_LIB_DIR" >> $GITHUB_ENV
;;
"x86_64-apple-darwin")
sudo apt-get update
sudo apt-get install libxcb-composite0-dev -y
PYTHON_LIB_DIR="$(dirname ${PYTHON_PATH})/lib"
echo "PYO3_CROSS_LIB_DIR=$PYTHON_LIB_DIR" >> $GITHUB_ENV
;;
Expand Down

0 comments on commit cbac9d8

Please sign in to comment.