try to fix windows build

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2023-09-22 15:58:16 +02:00
parent deed089a3d
commit 95b27f9c5a
+4 -1
View File
@@ -48,6 +48,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
registry-url: https://registry.npmjs.org/ # Needed for auth
- name: setup python
uses: actions/setup-python@v4
@@ -72,7 +73,9 @@ jobs:
uses: browser-actions/setup-chrome@latest
- name: yarn install
run: yarn install --immutable
uses: backstage/actions/yarn-install@v0.6.4
with:
cache-prefix: ${{ runner.os }}-v${{ matrix.node-version }}
- run: yarn tsc
- run: yarn backstage-cli repo build