mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Compare commits
3 commits
2582e34734
...
6fed9dc42a
Author | SHA1 | Date | |
---|---|---|---|
6fed9dc42a | |||
f508a2c92d | |||
70b2b9a1c3 |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -174,7 +174,7 @@ jobs:
|
||||||
|
|
||||||
- name: Cache conan packages (Windows)
|
- name: Cache conan packages (Windows)
|
||||||
if: startsWith(matrix.os, 'windows')
|
if: startsWith(matrix.os, 'windows')
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: ${{ runner.os }}-conan-user-${{ hashFiles('**/conanfile.py') }}${{ env.C2_CONAN_CACHE_SUFFIX }}
|
key: ${{ runner.os }}-conan-user-${{ hashFiles('**/conanfile.py') }}${{ env.C2_CONAN_CACHE_SUFFIX }}
|
||||||
path: ~/.conan2/
|
path: ~/.conan2/
|
||||||
|
|
2
.github/workflows/test-windows.yml
vendored
2
.github/workflows/test-windows.yml
vendored
|
@ -83,7 +83,7 @@ jobs:
|
||||||
sccache-test-${{ matrix.os }}-${{ matrix.qt-version }}
|
sccache-test-${{ matrix.os }}-${{ matrix.qt-version }}
|
||||||
|
|
||||||
- name: Cache conan packages
|
- name: Cache conan packages
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
key: ${{ runner.os }}-conan-user-${{ hashFiles('**/conanfile.py') }}${{ env.C2_CONAN_CACHE_SUFFIX }}
|
key: ${{ runner.os }}-conan-user-${{ hashFiles('**/conanfile.py') }}${{ env.C2_CONAN_CACHE_SUFFIX }}
|
||||||
path: ~/.conan2/
|
path: ~/.conan2/
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 6baee9ef9d5657ab582c8a4b9f885ec58ed502d0
|
Subproject commit 7923dbbf72da303ca1cca17efd24725668992f15
|
|
@ -1 +1 @@
|
||||||
Subproject commit 87ed4d950319d8da1191431f5c8c84d1fdcb92a5
|
Subproject commit 7e99623f5f6862d226df9d5049edf1c8532be028
|
Loading…
Reference in a new issue