Skip to content

Preserving forwarding of empty string arguments using placeholder strings #348

Preserving forwarding of empty string arguments using placeholder strings

Preserving forwarding of empty string arguments using placeholder strings #348

Workflow file for this run

name: Examples
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
gcc:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # 4.0.1
with:
version: 2026.5.0
install: true
cache: true
- name: build all
env:
CC: gcc
CXX: g++
run: mise run build:examples
clang:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # 4.0.1
with:
version: 2026.5.0
install: true
cache: true
- name: build all
env:
CC: clang
CXX: clang++
run: mise run build:examples