File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 2020 - name : Checkout
2121 uses : actions/checkout@v4
2222
23+ - uses : actions/setup-dotnet@v4
24+ with :
25+ dotnet-version : 8.0.x
26+
2327 - name : Install dependencies
2428 run : build/linux-x64/install.dependencies.sh
2529
4953 - name : Checkout
5054 uses : actions/checkout@v4
5155
56+ - uses : actions/setup-dotnet@v4
57+ with :
58+ dotnet-version : 8.0.x
59+
5260 - name : Install dependencies
5361 run : build/linux-musl-x64/install.dependencies.sh
5462
7886
7987 - uses : actions/setup-dotnet@v4
8088 with :
81- dotnet-version : ' 8.0.x'
89+ dotnet-version : 8.0.x
8290
8391 - name : Install dependencies
8492 run : build/linux-arm64/install.dependencies.sh
@@ -107,6 +115,10 @@ jobs:
107115 - name : Checkout
108116 uses : actions/checkout@v4
109117
118+ - uses : actions/setup-dotnet@v4
119+ with :
120+ dotnet-version : 8.0.x
121+
110122 - name : Install dependencies
111123 run : build/macos-x64/install.dependencies.sh
112124
@@ -128,6 +140,10 @@ jobs:
128140 - name : Checkout
129141 uses : actions/checkout@v4
130142
143+ - uses : actions/setup-dotnet@v4
144+ with :
145+ dotnet-version : 8.0.x
146+
131147 - name : Install dependencies
132148 run : build/macos-arm64/install.dependencies.sh
133149
You can’t perform that action at this time.
0 commit comments