Skip to content

Fix 64 bit address on 32 bit arch #9

Fix 64 bit address on 32 bit arch

Fix 64 bit address on 32 bit arch #9

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "master", "test" ]
pull_request:
branches: [ "master", "test" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install deps
run: sudo apt install -y meson ninja-build libfmt-dev
- name: configure
run: meson setup -Dwerror=true -Db_lto=true build
- name: build
run: ninja -v -C build