Skip to content

Commit 90cc9d3

Browse files
committed
1 parent 00c7fed commit 90cc9d3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,12 @@ jobs:
194194

195195
- name: Node.js Embedded Host | Checkout
196196
uses: sass/clone-linked-repo@v1
197-
with: {repo: sass/embedded-host-node, path: ../embedded-host-node}
197+
with: {repo: sass/embedded-host-node, path: embedded-host-node}
198+
199+
# Work around actions/checkout#197. We need this outside the main checkout
200+
# because otherwise its `node_modules` conflict with sass-spec's.
201+
- run: mv embedded-host-node ..
202+
198203
- name: Node.js Embedded Host | Install
199204
run: |
200205
npm install

0 commit comments

Comments
 (0)