aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOmri H <omrih.e@protonmail.com>2026-03-01 22:05:29 +0200
committerOmri H <omrih.e@protonmail.com>2026-03-01 22:05:29 +0200
commit2c7803a2cf5a4297344c8571db93aa7dc7d226c5 (patch)
tree3a5953d7ab935fcae2282f878fde329dde22bf55 /.github
parent904f19b74cd406b77d1e6a48cfa389bc95119b40 (diff)
setup msbuild
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nightly.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index ae5f2ed8..3bbecdee 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -14,6 +14,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v6
+
+ - name: Setup msbuild
+ uses: microsoft/setup-msbuild@v2
- name: Build
run: msbuild MinecraftConsoles.sln -t:Windows64 -p:Configuration=Release \ No newline at end of file