Skip to content

Commit 63a4bf9

Browse files
fix: avoid using './' in local jco path for windows build
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
1 parent 3cb2e25 commit 63a4bf9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8+
89
defaults:
910
run:
1011
shell: bash
@@ -15,6 +16,7 @@ concurrency:
1516
group: ${{ github.workflow }}-${{ github.ref }}
1617
cancel-in-progress: true
1718

19+
1820
jobs:
1921
lint:
2022
runs-on: ubuntu-latest

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# WASM_OPT ?= $(shell rm node_modules/.bin/wasm-opt ; which wasm-opt)
2-
JCO ?= ./node_modules/.bin/jco
2+
JCO ?= npx jco
33
STARLINGMONKEY_SRC ?= StarlingMonkey
44

55
ifndef JCO

0 commit comments

Comments
 (0)