chore: update Premake5

This commit is contained in:
2026-01-30 11:23:45 +01:00
parent 1f63f81979
commit 6cb1a36547
3 changed files with 7 additions and 7 deletions

View File

@@ -32,11 +32,11 @@ RUN python3 -m venv /opt/venv && \
ENV PATH="/opt/venv/bin:$PATH"
# Download and install Premake5
RUN wget https://github.com/premake/premake-core/releases/download/v5.0.0-beta5/premake-5.0.0-beta5-linux.tar.gz \
&& tar -xvf premake-5.0.0-beta5-linux.tar.gz \
RUN wget https://github.com/premake/premake-core/releases/download/v5.0.0-beta8/premake-5.0.0-beta8-linux.tar.gz \
&& tar -xvf premake-5.0.0-beta8-linux.tar.gz \
&& mv premake5 /usr/local/bin/ \
&& chmod +x /usr/local/bin/premake5 \
&& rm premake-5.0.0-beta5-linux.tar.gz
&& rm premake-5.0.0-beta8-linux.tar.gz
ARG USERNAME=vscode
ARG USER_UID=1000

View File

@@ -14,7 +14,7 @@ concurrency:
cancel-in-progress: true
env:
PREMAKE_VERSION: "5.0.0-beta5"
PREMAKE_VERSION: "5.0.0-beta8"
jobs:
build-linux:
@@ -44,10 +44,10 @@ jobs:
if: matrix.arch == 'arm64'
run: |
sudo apt-get update
sudo apt-get install crossbuild-essential-arm64 -y
sudo apt-get install -y crossbuild-essential-arm64
- name: Install Premake5
uses: diamante0018/setup-premake@v0.0.2
uses: diamante0018/setup-premake@master
with:
version: ${{ env.PREMAKE_VERSION }}

View File

@@ -1,6 +1,6 @@
BSD 3-Clause License
Copyright (c) 2025, diamante0018
Copyright (c) 2026, diamante0018
All rights reserved.
Redistribution and use in source and binary forms, with or without