Skip to content

Commit 2077dad

Browse files
committed
(#202) Install @nut-tree/libnut@next
1 parent 5ef317f commit 2077dad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/snapshot_release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
docker run -it -d --name nut-ci --shm-size 4gb --user $(id -u):$(id -g) -v ${PWD}:${PWD}:rw s1hofmann/nut-ci:latest bash
2626
- name: Install
2727
run: npm ci
28+
- name: Install @nut-tree/libnut@next
29+
run: npm i @nut-tree/libnut@next
2830
- name: Compile
2931
run: npm run compile
3032
- name: Init e2e test subpackage

0 commit comments

Comments
 (0)