mirror of
https://github.com/usatiuk/ficus.git
synced 2025-10-28 16:17:51 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: ["main"]
|
branches: [ "main" ]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["main"]
|
branches: [ "main" ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BUILD_TYPE: Debug
|
BUILD_TYPE: Debug
|
||||||
@@ -34,7 +34,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Add ccache to path
|
- name: Add ccache to path
|
||||||
run: |
|
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
|
- name: Print ccache info
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user