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