Debug log

This commit is contained in:
Gregory Schier
2024-07-19 16:01:05 -07:00
parent 12ab7ae045
commit 7c1ccbec6d
2 changed files with 1 additions and 6 deletions

View File

@@ -73,11 +73,6 @@ jobs:
run: |
npm ci
- name: Install Protoc for plugin-runtime
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build plugins
working-directory: ${{ env.YAAK_PLUGINS_DIR }}
run: |

View File

@@ -58,5 +58,5 @@ const SRC_BIN_MAP = {
const includeDst = path.join(dstDir, 'include');
fs.cpSync(includeSrc, includeDst, {recursive: true});
console.log("Downloaded protoc to", dstDir);
console.log("Downloaded protoc to", binDst);
})().catch(err => console.log('Script failed:', err));