Skip to content

Commit b8dc392

Browse files
committed
Install x tool
1 parent fdf3f39 commit b8dc392

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
with:
3939
dotnet-version: '8.0'
4040

41+
- name: Install x tool
42+
run: dotnet tool install -g x
43+
4144
# Temp test
4245
- name: Apply Production AppSettings
4346
working-directory: ./BlazorDiffusion

0 commit comments

Comments
 (0)