Browse Source

Remove premake5 installation from build.yml

Removed installation step for premake5 from build workflow.
pull/81/head
András Szabó GitHub 4 weeks ago
parent
commit
ed7b0e1046
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 8 deletions
  1. +0
    -8
      .github/workflows/build.yml

+ 0
- 8
.github/workflows/build.yml View File

@@ -49,14 +49,6 @@ 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:


Loading…
Cancel
Save