Skip to content

Commit

Permalink
ci: remove creation of symbolic of libclang
Browse files Browse the repository at this point in the history
It's not necessary now.
  • Loading branch information
Taowyoo committed Jul 12, 2023
1 parent 8c076ca commit f38791f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/publish-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ jobs:
echo "deb http://apt.llvm.org/focal/ llvm-toolchain-focal-11 main" | sudo tee -a /etc/apt/sources.list
sudo apt-get update
sudo apt-get install -y clang-11 cmake
# Create a symbolic link to ensure correct usage of libclang
sudo ln -s /lib/x86_64-linux-gnu/libclang-11.so.1 /lib/x86_64-linux-gnu/libclang.so
if [ -f mbedtls-sys/vendor/scripts/basic.requirements.txt ]; then
sudo apt-get install -y python3-pip
python3 -m pip install -r mbedtls-sys/vendor/scripts/basic.requirements.txt
Expand Down

0 comments on commit f38791f

Please sign in to comment.