diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-08-07 13:43:44 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-08-07 13:43:44 -0400 |
commit | bae434e9caffb74f785ef7d5bbd5a23f97e6157d (patch) | |
tree | 2d329c1a76e1bb5a13a84659465a60d2c6e99cd2 | |
parent | 1c006759796d7fcbd9f40a797853fc0528204839 (diff) | |
download | stasis-ini-list-indent.tar.gz |
actions: update apt cacheini-list-indent
-rw-r--r-- | .github/workflows/cmake-multi-platform.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index e7d4b33..0a30f4c 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -37,6 +37,11 @@ jobs: run: | echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT" + - name: Update apt + if: matrix.os == 'ubuntu-latest' + run: > + sudo apt update + - name: Install Linux dependencies if: matrix.os == 'ubuntu-latest' run: > |