mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Ups fix Linux nightly env vars.
This commit is contained in:
8
.github/workflows/ecode-nightly.yml
vendored
8
.github/workflows/ecode-nightly.yml
vendored
@@ -52,8 +52,8 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: ubuntu:20.04
|
image: ubuntu:20.04
|
||||||
env:
|
env:
|
||||||
CC: clang-20
|
CC: gcc
|
||||||
CXX: clang++-20
|
CXX: g++
|
||||||
steps:
|
steps:
|
||||||
- name: Install essentials
|
- name: Install essentials
|
||||||
run: |
|
run: |
|
||||||
@@ -115,10 +115,6 @@ jobs:
|
|||||||
bash projects/linux/scripts/install_sdl2.sh
|
bash projects/linux/scripts/install_sdl2.sh
|
||||||
- name: Build ecode
|
- name: Build ecode
|
||||||
run: |
|
run: |
|
||||||
export CC="clang-20"
|
|
||||||
export CXX="clang++-20 -stdlib=libc++"
|
|
||||||
export LDFLAGS="-stdlib=libc++"
|
|
||||||
|
|
||||||
bash projects/linux/ecode/build.app.sh --with-static-cpp --version ${{ env.INSTALL_REF }} --arch ${{ matrix.config.arch }}
|
bash projects/linux/ecode/build.app.sh --with-static-cpp --version ${{ env.INSTALL_REF }} --arch ${{ matrix.config.arch }}
|
||||||
- name: Upload Files
|
- name: Upload Files
|
||||||
uses: softprops/action-gh-release@v3
|
uses: softprops/action-gh-release@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user