Skip to content

Bump jidicula/clang-format-action from 4.17.0 to 4.18.0 in the github-actions group across 1 directory #388

Bump jidicula/clang-format-action from 4.17.0 to 4.18.0 in the github-actions group across 1 directory

Bump jidicula/clang-format-action from 4.17.0 to 4.18.0 in the github-actions group across 1 directory #388

Workflow file for this run

name: Ubuntu 24.04 CI
on: [push, pull_request]
jobs:
ubuntu-build:
runs-on: ubuntu-24.04
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v6.0.2
- name: Use cmake
run: |
mkdir build &&
cd build &&
cmake -DFASTFLOAT_CXX_STANDARD=20 -DFASTFLOAT_TEST=ON -DCMAKE_INSTALL_PREFIX:PATH=destination .. &&
cmake --build . &&
ctest --output-on-failure &&
cmake --install .