Workflow: escaped quotes.

This commit is contained in:
imi415 2022-08-09 00:12:32 +08:00
parent 46b28fe040
commit a68f9d4ea3
Signed by: imi415
GPG Key ID: 17F01E106F9F5E0A
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ jobs:
- name: "Patch defconfig & configure build"
working-directory: "build"
run: |
echo CT_LOCAL_TARBALLS_DIR="${{ github.workspace }}/tarballs" >> defconfig
echo CT_PREFIX_DIR="\${CT_TOP_DIR}/\${CT_HOST:+HOST-${CT_HOST}/}\${CT_TARGET}" >> defconfig
echo CT_LOCAL_TARBALLS_DIR=\"${{ github.workspace }}/tarballs\" >> defconfig
echo CT_PREFIX_DIR=\"\${CT_TOP_DIR}/\${CT_HOST:+HOST-${CT_HOST}/}\${CT_TARGET}\" >> defconfig
echo CT_LOG_PROGRESS_BAR=n >> defconfig
ct-ng defconfig
- name: "Tarball cache management"