diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3bd715..93fff4e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: platform: x64 steps: - name: Check out files - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 @@ -71,13 +71,12 @@ jobs: - Release arch: - x64 - - arm64 include: - configuration: Release config: release steps: - name: Check out files - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 @@ -90,23 +89,6 @@ jobs: sudo apt-get update sudo apt-get install libcurl4-gnutls-dev -y - - name: Install crossbuild tools (arm64) - if: matrix.arch == 'arm64' - run: | - sudo apt-get update - sudo apt-get install crossbuild-essential-arm64 -y - - - name: Install dependencies (arm64) - if: matrix.arch == 'arm64' - run: | - echo "deb [arch=arm64] http://ports.ubuntu.com/ jammy main multiverse universe" | sudo tee /etc/apt/sources.list - echo "deb [arch=arm64] http://ports.ubuntu.com/ jammy-security main multiverse universe" | sudo tee -a /etc/apt/sources.list - echo "deb [arch=arm64] http://ports.ubuntu.com/ jammy-backports main multiverse universe" | sudo tee -a /etc/apt/sources.list - echo "deb [arch=arm64] http://ports.ubuntu.com/ jammy-updates main multiverse universe" | sudo tee -a /etc/apt/sources.list - sudo dpkg --add-architecture arm64 - sudo apt-get update - sudo apt-get install libcurl4-gnutls-dev:arm64 -y - - name: Install Premake5 uses: abel0b/setup-premake@v2.3 with: @@ -153,7 +135,7 @@ jobs: platform: arm64 steps: - name: Check out files - uses: actions/checkout@v3.5.3 + uses: actions/checkout@v4 with: submodules: true fetch-depth: 0 diff --git a/deps/GSL b/deps/GSL index 4300304..52212c2 160000 --- a/deps/GSL +++ b/deps/GSL @@ -1 +1 @@ -Subproject commit 4300304ef24c247b3db0255763f46b9f95c3a83d +Subproject commit 52212c2d7600c816ec9b0438d3fbd2a95c190c2f diff --git a/deps/premake/zlib.lua b/deps/premake/zlib.lua index 566a707..33389e9 100644 --- a/deps/premake/zlib.lua +++ b/deps/premake/zlib.lua @@ -20,6 +20,7 @@ end function zlib.project() project "zlib" language "C" + cdialect "C89" zlib.includes()