mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 18:27:12 +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
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
# TODO: use environment variable $HOME/.ccache
|
||||
path: /home/runner/.ccache
|
||||
key: ${{ runner.os }}-${{ matrix.compiler }}-ccache-${{ github.sha }}
|
||||
restore-keys: ${{ runner.os }}-${{ matrix.compiler }}-ccache-
|
||||
|
@ -106,6 +107,7 @@ jobs:
|
|||
CXX: ${{ matrix.cxx }}
|
||||
- name: build
|
||||
env:
|
||||
# TODO: use environment variable $HOME/.ccache
|
||||
CCACHE_DIR: /home/runner/.ccache
|
||||
run: cmake --build build --parallel 3 --verbose
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue