File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
88
- name : Install .NET toolchain
89
89
uses : actions/setup-dotnet@v3
90
90
with :
91
- dotnet-version : " 8.x "
91
+ global-json-file : modules/global.json
92
92
env :
93
93
DOTNET_INSTALL_DIR : ~/.dotnet
94
94
Original file line number Diff line number Diff line change 36
36
- uses : dsherret/rust-toolchain-file@v1
37
37
- uses : actions/setup-dotnet@v3
38
38
with :
39
- dotnet-version : " 8.x "
39
+ global-json-file : modules/global.json
40
40
- name : Start containers
41
41
run : docker compose up -d
42
42
- name : Run smoketests
70
70
71
71
- uses : actions/setup-dotnet@v3
72
72
with :
73
- dotnet-version : " 8.x "
73
+ global-json-file : modules/global.json
74
74
75
75
- name : Create /stdb dir
76
76
run : |
@@ -114,7 +114,7 @@ jobs:
114
114
115
115
- uses : actions/setup-dotnet@v3
116
116
with :
117
- dotnet-version : " 8.x "
117
+ global-json-file : modules/global.json
118
118
119
119
- name : Create /stdb dir
120
120
run : |
You can’t perform that action at this time.
0 commit comments