diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 817febe..69095f1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -49,6 +49,14 @@ jobs: - uses: actions/checkout@v4 with: submodules: recursive + # ----------------------- + - name: Install premake5 for Windows/Linux builds + run: | + apt-get update + apt-get install -y premake5 + # Verify installation + premake5 --version + # ----------------------- - uses: actions/cache@v4 id: plugin-version-cache with: