Skip to content

Add GENERATED package lock mode (pnpm/npm style, commit-pinned) #349

Add GENERATED package lock mode (pnpm/npm style, commit-pinned)

Add GENERATED package lock mode (pnpm/npm style, commit-pinned) #349

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