Skip to content

Commit

Permalink
Use premake beta2
Browse files Browse the repository at this point in the history
Use premake 5.0.0-beta1 for ubuntu 18 runners
  • Loading branch information
edo9300 committed Aug 10, 2023
1 parent 4a00669 commit f11dba7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/edopro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion travis/install-premake5.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f11dba7

Please sign in to comment.