File tree Expand file tree Collapse file tree 8 files changed +13
-30
lines changed
crates/cli/src/subcommands/project/csharp
demo/Blackholio/server-csharp Expand file tree Collapse file tree 8 files changed +13
-30
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
- global-json-file : modules/ global.json
91
+ global-json-file : global.json
92
92
env :
93
93
DOTNET_INSTALL_DIR : ~/.dotnet
94
94
Original file line number Diff line number Diff line change 43
43
- uses : dsherret/rust-toolchain-file@v1
44
44
- uses : actions/setup-dotnet@v4
45
45
with :
46
- global-json-file : modules/ global.json
46
+ global-json-file : global.json
47
47
- name : Install psql (Windows)
48
48
if : runner.os == 'Windows'
49
49
run : choco install psql -y --no-progress
@@ -97,13 +97,13 @@ jobs:
97
97
98
98
- uses : actions/setup-dotnet@v3
99
99
with :
100
- global-json-file : modules/ global.json
100
+ global-json-file : global.json
101
101
102
102
- name : Create /stdb dir
103
103
run : |
104
104
sudo mkdir /stdb
105
105
sudo chmod 777 /stdb
106
-
106
+
107
107
- name : Run cargo test
108
108
# Note: Unreal tests will be run separately
109
109
run : cargo test --all -- --skip unreal
@@ -130,6 +130,10 @@ jobs:
130
130
- uses : dsherret/rust-toolchain-file@v1
131
131
- run : echo ::add-matcher::.github/workflows/rust_matcher.json
132
132
133
+ - uses : actions/setup-dotnet@v3
134
+ with :
135
+ global-json-file : global.json
136
+
133
137
- name : Run cargo fmt
134
138
run : cargo fmt --all -- --check
135
139
Original file line number Diff line number Diff line change 24
24
- name : Setup dotnet
25
25
uses : actions/setup-dotnet@v3
26
26
with :
27
- global-json-file : modules/ global.json
27
+ global-json-file : global.json
28
28
29
29
- name : Override NuGet packages
30
30
run : |
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ../../../../../../global.json
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ../../../global.json
File renamed without changes.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ ../../../../../global.json
You can’t perform that action at this time.
0 commit comments