mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:18:32 +02:00
Debug log
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -73,11 +73,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
npm ci
|
npm ci
|
||||||
|
|
||||||
- name: Install Protoc for plugin-runtime
|
|
||||||
uses: arduino/setup-protoc@v3
|
|
||||||
with:
|
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
|
|
||||||
- name: Build plugins
|
- name: Build plugins
|
||||||
working-directory: ${{ env.YAAK_PLUGINS_DIR }}
|
working-directory: ${{ env.YAAK_PLUGINS_DIR }}
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@@ -58,5 +58,5 @@ const SRC_BIN_MAP = {
|
|||||||
const includeDst = path.join(dstDir, 'include');
|
const includeDst = path.join(dstDir, 'include');
|
||||||
fs.cpSync(includeSrc, includeDst, {recursive: true});
|
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));
|
})().catch(err => console.log('Script failed:', err));
|
||||||
|
|||||||
Reference in New Issue
Block a user