mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-06 21:56:32 +02:00
Add TODOs
This commit is contained in:
parent
dfd73d29d9
commit
913c4e17e3
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -88,6 +88,7 @@ jobs:
|
||||||
id: cache-ccache
|
id: cache-ccache
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
# TODO: use environment variable $HOME/.ccache
|
||||||
path: /home/runner/.ccache
|
path: /home/runner/.ccache
|
||||||
key: ${{ runner.os }}-${{ matrix.compiler }}-ccache-${{ github.sha }}
|
key: ${{ runner.os }}-${{ matrix.compiler }}-ccache-${{ github.sha }}
|
||||||
restore-keys: ${{ runner.os }}-${{ matrix.compiler }}-ccache-
|
restore-keys: ${{ runner.os }}-${{ matrix.compiler }}-ccache-
|
||||||
|
@ -106,6 +107,7 @@ jobs:
|
||||||
CXX: ${{ matrix.cxx }}
|
CXX: ${{ matrix.cxx }}
|
||||||
- name: build
|
- name: build
|
||||||
env:
|
env:
|
||||||
|
# TODO: use environment variable $HOME/.ccache
|
||||||
CCACHE_DIR: /home/runner/.ccache
|
CCACHE_DIR: /home/runner/.ccache
|
||||||
run: cmake --build build --parallel 3 --verbose
|
run: cmake --build build --parallel 3 --verbose
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue