We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86afde9 commit 022f208Copy full SHA for 022f208
.github/workflows/ci.yaml
@@ -38,6 +38,10 @@ jobs:
38
tar -xf /tmp/eventide/message-db.tgz --directory /tmp/eventide
39
(cd /tmp/eventide/message-db-${MESSAGE_DB_VERSION}/database && ./install.sh)
40
41
+ - name: Setup .NET
42
+ uses: actions/setup-dotnet@v4
43
+ with:
44
+ global-json-file: global.json
45
- name: Build
46
run: dotnet build Propulsion.sln --configuration Release
47
0 commit comments