Skip to content

Commit ee9f9a3

Browse files
committed
Installing tstl as local dependency to itself
1 parent 7b5b81e commit ee9f9a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ jobs:
6565
node-version: 16.14.0
6666
# NPM
6767
- name: NPM master
68-
run: npm ci && npm run build
68+
run: npm ci && npm i -D file:. && npm run build
6969
working-directory: master
7070
- name: NPM commit
71-
run: npm ci && npm run build
71+
run: npm ci && npm i -D file:. && npm run build
7272
working-directory: commit
7373
# Benchmark directory setup
7474
- name: Ensure benchmark data dir exists

0 commit comments

Comments
 (0)