We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef317f commit 2077dadCopy full SHA for 2077dad
.github/workflows/snapshot_release.yaml
@@ -25,6 +25,8 @@ jobs:
25
docker run -it -d --name nut-ci --shm-size 4gb --user $(id -u):$(id -g) -v ${PWD}:${PWD}:rw s1hofmann/nut-ci:latest bash
26
- name: Install
27
run: npm ci
28
+ - name: Install @nut-tree/libnut@next
29
+ run: npm i @nut-tree/libnut@next
30
- name: Compile
31
run: npm run compile
32
- name: Init e2e test subpackage
0 commit comments