cd: add libunwind-dev deps

This commit is contained in:
Kingkor Roy Tirtho 2023-03-07 19:29:00 +06:00
parent 4832d107f4
commit 60ec4c02ee

View File

@ -21,7 +21,7 @@ jobs:
- name: Installing dependencies and configuring version - name: Installing dependencies and configuring version
run: | run: |
sudo apt-get update -y sudo apt-get update -y
sudo apt-get install -y tar clang cmake ninja-build pkg-config libgtk-3-dev make python3-pip python3-setuptools desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace fuse libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev locate patchelf sudo apt-get install -y tar clang cmake ninja-build pkg-config libgtk-3-dev make python3-pip python3-setuptools desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace fuse libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev locate patchelf libunwind-dev
curl -sS https://webi.sh/yq | sh curl -sS https://webi.sh/yq | sh
yq -i '.version |= sub("\+\d+", "+nightly.")' pubspec.yaml yq -i '.version |= sub("\+\d+", "+nightly.")' pubspec.yaml
yq -i '.version += strenv(GITHUB_RUN_NUMBER)' pubspec.yaml yq -i '.version += strenv(GITHUB_RUN_NUMBER)' pubspec.yaml