We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00c7fed commit 90cc9d3Copy full SHA for 90cc9d3
.github/workflows/ci.yml
@@ -194,7 +194,12 @@ jobs:
194
195
- name: Node.js Embedded Host | Checkout
196
uses: sass/clone-linked-repo@v1
197
- with: {repo: sass/embedded-host-node, path: ../embedded-host-node}
+ 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
203
- name: Node.js Embedded Host | Install
204
run: |
205
npm install
0 commit comments