Skip to content

Commit 022f208

Browse files
committed
Add dotnet install for GHA
1 parent 86afde9 commit 022f208

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ jobs:
3838
tar -xf /tmp/eventide/message-db.tgz --directory /tmp/eventide
3939
(cd /tmp/eventide/message-db-${MESSAGE_DB_VERSION}/database && ./install.sh)
4040
41+
- name: Setup .NET
42+
uses: actions/setup-dotnet@v4
43+
with:
44+
global-json-file: global.json
4145
- name: Build
4246
run: dotnet build Propulsion.sln --configuration Release
4347

0 commit comments

Comments
 (0)