diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/debug.yml | 3 | ||||
-rw-r--r-- | .github/workflows/release.yml | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index ace0bc4c..c09112f1 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -32,7 +32,7 @@ jobs: - name: Install Dependence (Linux) run: | sudo apt-get update - sudo apt-get -y install build-essential binutils git autoconf automake + sudo apt-get -y install build-essential binutils git autoconf automake gettext texinfo sudo apt-get -y install gcc g++ sudo apt-get -y install libgpgme-dev gpg if: matrix.os == 'ubuntu-latest' @@ -42,7 +42,6 @@ jobs: brew install cmake git autoconf automake qt@5 gcc texinfo gettext libgpg-error libassuan gpgme if: matrix.os == 'macos-latest' - - name: Cache Qt id: cache-qt uses: actions/cache@v1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15baec54..96535bbc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: - name: Install Dependence (Linux) run: | sudo apt-get update - sudo apt-get -y install build-essential binutils git autoconf automake gettext + sudo apt-get -y install build-essential binutils git autoconf automake gettext texinfo sudo apt-get -y install gcc g++ sudo apt-get -y install libgpgme-dev gpg if: matrix.os == 'ubuntu-latest' |