ci: Force install the latest libclang
This commit is contained in:
@@ -268,11 +268,12 @@ jobs:
|
||||
shell: bash
|
||||
run: echo "BUILD_CMD=cross" >> $GITHUB_ENV
|
||||
|
||||
# - name: Installing needed Ubuntu dependencies
|
||||
# if: matrix.os == 'ubuntu-latest'
|
||||
# shell: bash
|
||||
# run: |
|
||||
# sudo apt-get -y update
|
||||
- name: Installing needed Ubuntu dependencies
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
shell: bash
|
||||
run: |
|
||||
sudo apt-get -y update
|
||||
sudo apt-get install -y libclang
|
||||
# case ${{ matrix.target }} in
|
||||
# arm*-linux-*) sudo apt-get -y install gcc-arm-linux-gnueabihf ;;
|
||||
# aarch64-*-linux-*) sudo apt-get -y install gcc-aarch64-linux-gnu ;;
|
||||
|
||||
Reference in New Issue
Block a user