From 6937fba0a3f0427a2e41b707d4f99d355b4a1352 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Mon, 15 Jul 2024 19:36:03 +0200 Subject: [PATCH] CI: really working ccache? 2 --- .github/workflows/ficus.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ficus.yml b/.github/workflows/ficus.yml index 818325560..9d826f2ed 100644 --- a/.github/workflows/ficus.yml +++ b/.github/workflows/ficus.yml @@ -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: |