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: |