mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-31 02:11:28 +08:00
CI: Fix ccache status output for workflow jobs
CCache configuration path was configurable until the CI script cleanup (as scripts were still intended to be used locally then), which is not needed anymore.
This commit is contained in:
@@ -101,8 +101,6 @@ runs:
|
||||
- name: Create Summary 📊
|
||||
if: contains(fromJSON('["Linux", "macOS"]'), runner.os)
|
||||
shell: zsh --no-rcs --errexit --pipefail {0}
|
||||
env:
|
||||
CCACHE_CONFIGPATH: ${{ inputs.workingDirectory }}/.ccache.conf
|
||||
run: |
|
||||
: Create Summary 📊
|
||||
|
||||
|
||||
Reference in New Issue
Block a user