Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
quyykk committed Sep 10, 2023
1 parent c102c58 commit 94871c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/sccache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ runs:
run: echo "SSCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
shell: bash
- name: Debugging
run: echo "SCCACHE_ERROR_LOG=/tmp/sccache_log.txt SCCACHE_LOG=debug" >> $GITHUB_ENV
run: |
echo "SCCACHE_ERROR_LOG=/tmp/sccache_log.txt" >> $GITHUB_ENV
echo "SCCACHE_LOG=debug" >> $GITHUB_ENV
shell: bash
- name: Configure sccache
uses: actions/github-script@v6
Expand Down

0 comments on commit 94871c3

Please sign in to comment.