diff options
author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 18:17:33 -0300 |
---|---|---|
committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 18:17:33 -0300 |
commit | 8e4d3a67a0f50a60cea7fe9e99946f313bce9633 (patch) | |
tree | f001a62c0de7f3f9c637f6d1312a6b08f38d8a53 /.github/workflows/test.yml | |
parent | b493b6e27a597cecf933327613670b2eec94dbcf (diff) | |
parent | 48726c0c219ffeddb45befe0fb8621e1b2648e78 (diff) |
Update upstream source from tag 'upstream/2.0.7pre'
Update to upstream version '2.0.7pre'
with Debian dir a2ec7db1aec5f19fb8cfbe1c84a27b4779b604d0
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a5232971..176bae37 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,9 @@ jobs: - uses: actions/checkout@v3 - name: Install system dependencies - run: sudo apt install libjson-glib-dev zlib1g-dev libsoup2.4-dev libgtk-3-dev libglib2.0-dev gettext + run: | + sudo apt update + sudo apt install -y libjson-glib-dev zlib1g-dev libsoup2.4-dev libgtk-3-dev libglib2.0-dev gettext - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. |