From b95b020a3e980ce3aff147d789e16ee118bc55eb Mon Sep 17 00:00:00 2001 From: xiaoming <2014500726@smail.xtu.edu.cn> Date: Tue, 6 Feb 2024 16:05:23 +0800 Subject: [PATCH] release:V0.1.4 Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn> --- .github/workflows/linux.yml | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6483cd9..402b9b0 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -37,7 +37,7 @@ jobs: - name: Install prerequisites run: | sudo apt update - sudo apt install -y make gcc patchelf chrpath qt5-default + sudo apt install -y make gcc patchelf chrpath qt5-default libxcb-cursor0 build-essential libgtk-3-dev - name: Build all run: | diff --git a/version.txt b/version.txt index 7693c96..446ba66 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.3 \ No newline at end of file +0.1.4 \ No newline at end of file