diff options
| author | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 18:17:29 -0300 |
|---|---|---|
| committer | Lucas de Castro Borges <lucas@gnuabordo.com.br> | 2024-04-22 18:17:29 -0300 |
| commit | 48726c0c219ffeddb45befe0fb8621e1b2648e78 (patch) | |
| tree | e12c7e029c07a98e173d5acff279f121188bbd1a /.github/workflows | |
| parent | 5bba5c481d7273b475a39eb61e5eacec65d3c8e5 (diff) | |
New upstream version 2.0.7preupstream/2.0.7pre
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/codeql.yml | 4 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2a34a9b3..dab6eec1 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -51,7 +51,9 @@ jobs: uses: actions/checkout@v4 - 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 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL 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. |
