Skip to content

Added std:: to all integer types #110

Added std:: to all integer types

Added std:: to all integer types #110

Workflow file for this run

name: build
on:
push:
branches: [ "main", "arm2" ]
pull_request:
branches: [ "main", "releases/**" ]
workflow_dispatch:
workflow_call:
jobs:
build-linux:
strategy:
matrix:
compiler: [gcc-13.2.0]
uses: ./.github/workflows/build-linux.yml
with:
compiler: ${{ matrix.compiler }}
build-windows:
strategy:
matrix:
compiler: [ msvc]
uses: ./.github/workflows/build-windows.yml
with:
compiler: ${{ matrix.compiler }}
build-macos:
strategy:
matrix:
compiler: [clang]
uses: ./.github/workflows/build-macos.yml
with:
compiler: ${{ matrix.compiler }}