Skip to content

Commit

Permalink
github: prepend ccache in path
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Jarry <rjarry@redhat.com>
  • Loading branch information
rjarry committed May 30, 2024
1 parent 629cd06 commit 7d6e56f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
build:
runs-on: ubuntu-24.04
env:
CC: ccache gcc
SANITIZE: address
BUILDTYPE: debugoptimized
steps:
Expand All @@ -25,10 +24,11 @@ jobs:
make gcc ccache ninja-build meson git scdoc \
libasan8 libcmocka-dev libedit-dev \
libevent-dev libsmartcols-dev libnuma-dev python3-pyelftools
echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
- uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: ~/.ccache
path: ~/.cache/ccache
key: ccache
- run: make
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 7d6e56f

Please sign in to comment.