We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6f623 commit e075bb0Copy full SHA for e075bb0
.github/actions/ccache/action.yml
@@ -26,5 +26,5 @@ runs:
26
- name: Export CC/CXX
27
shell: bash
28
run: |
29
- export CC=ccache gcc
30
- export CXX=ccache g++
+ echo "CC=ccache gcc" >> $GITHUB_ENV
+ echo "CXX=ccache g++" >> $GITHUB_ENV
0 commit comments