Skip to content

no no no no no:fearful:i don't want glibc 2.38 #5

no no no no no:fearful:i don't want glibc 2.38

no no no no no:fearful:i don't want glibc 2.38 #5

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: install g++13
run: sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y && sudo apt-get update -y && sudo apt-get install gcc-13
- name: install devlibs
run: sudo apt-get install -y libsdl2-dev libsdl2-ttf-dev libsdl2-image-dev zlib1g-dev libpng-dev
- name: make
run: make
working-directory: gcc-build
- name: add licenses
run: cp -r ../OPEN_SOURCE_LICENSES ./build/
working-directory: gcc-build
- name: Push build artifacts
uses: actions/upload-artifact@v4
with:
name: voidsprite-build-linux
path: |
gcc-build/build