Skip to content

Commit 0a25bc8

Browse files
committed
An attempt to debug CI
1 parent 1937c85 commit 0a25bc8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build_all.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
with:
2121
node-version: '20'
2222

23+
- name: Set up .NET
24+
uses: actions/setup-dotnet@v4
25+
with:
26+
dotnet-version: 8.0.x
27+
2328
- uses: pnpm/action-setup@v3
2429
with:
2530
version: 9
@@ -77,4 +82,4 @@ jobs:
7782
- name: Build bundle
7883
run: |
7984
npx devextreme-bundler-init custom-bundle
80-
npx devextreme-bundler custom-bundle
85+
npx devextreme-bundler custom-bundle

0 commit comments

Comments
 (0)