Update On Mon Mar 11 19:29:55 CET 2024

This commit is contained in:
github-action[bot]
2024-03-11 19:29:56 +01:00
parent 388343c024
commit cdecf986f7
901 changed files with 10307 additions and 9166 deletions
+3 -3
View File
@@ -130,7 +130,7 @@ jobs:
- name: Cache ccache files
uses: actions/cache@v4
with:
path: ~/.ccache
path: ~/.cache/ccache
key: ccache-linux-${{ matrix.arch }}-${{ hashFiles('CHROMIUM_VERSION') }}-${{ steps.ccache-timestamp.outputs.CCACHE_TIMESTAMP }}
restore-keys: ccache-linux-${{ matrix.arch }}-${{ hashFiles('CHROMIUM_VERSION') }}-
- name: Install APT packages
@@ -210,7 +210,7 @@ jobs:
- name: Cache ccache files
uses: actions/cache@v4
with:
path: ~/.ccache
path: ~/.cache/ccache
key: ccache-android-${{ matrix.arch }}-${{ hashFiles('CHROMIUM_VERSION') }}-${{ steps.ccache-timestamp.outputs.CCACHE_TIMESTAMP }}
restore-keys: ccache-android-${{ matrix.arch }}-${{ hashFiles('CHROMIUM_VERSION') }}-
- name: Install APT packages
@@ -545,7 +545,7 @@ jobs:
- name: Cache ccache files
uses: actions/cache@v4
with:
path: ~/.ccache
path: ~/.cache/ccache
key: ccache-openwrt-${{ matrix.arch }}-${{ hashFiles('CHROMIUM_VERSION') }}-${{ steps.ccache-timestamp.outputs.CCACHE_TIMESTAMP }}
restore-keys: ccache-openwrt-${{ matrix.arch }}-${{ hashFiles('CHROMIUM_VERSION') }}-
- name: Install APT packages