diff --git a/.github/workflows/edopro.yml b/.github/workflows/edopro.yml index 15920d8b6..87fa3502c 100644 --- a/.github/workflows/edopro.yml +++ b/.github/workflows/edopro.yml @@ -168,6 +168,7 @@ jobs: TRAVIS_OS_NAME: linux BUILD_CONFIG: release ARCH: x64 + PREMAKE_VERSION: 5.0.0-beta1 steps: - name: Set custom env vars shell: bash @@ -332,6 +333,7 @@ jobs: TRAVIS_OS_NAME: linux BUILD_CONFIG: release ARCH: arm64 + PREMAKE_VERSION: 5.0.0-beta1 steps: - name: Set custom env vars shell: bash diff --git a/travis/install-premake5.sh b/travis/install-premake5.sh index 9f574c2c9..19caec377 100755 --- a/travis/install-premake5.sh +++ b/travis/install-premake5.sh @@ -3,7 +3,7 @@ set -euxo pipefail TRAVIS_OS_NAME=${TRAVIS_OS_NAME:-$1} -PREMAKE_VERSION=${PREMAKE_VERSION:-5.0.0-beta1} +PREMAKE_VERSION=${PREMAKE_VERSION:-5.0.0-beta2} if [[ "$TRAVIS_OS_NAME" == "windows" ]]; then curl --retry 5 --connect-timeout 30 --location --remote-header-name --remote-name https://github.com/premake/premake-core/releases/download/v$PREMAKE_VERSION/premake-$PREMAKE_VERSION-windows.zip