mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-28 08:07:52 +01:00
CI: really working ccache? 2
This commit is contained in:
7
.github/workflows/ficus.yml
vendored
7
.github/workflows/ficus.yml
vendored
@@ -2,9 +2,9 @@ name: Ficus build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: ["main"]
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
branches: [ "main" ]
|
||||
|
||||
env:
|
||||
BUILD_TYPE: Debug
|
||||
@@ -34,7 +34,8 @@ jobs:
|
||||
|
||||
- name: Add ccache to path
|
||||
run: |
|
||||
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
||||
echo "/usr/lib/ccache" >> $GITHUB_PATH
|
||||
echo "/usr/local/opt/ccache/libexec" >> $GITHUB_PATH
|
||||
|
||||
- name: Print ccache info
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user