Skip to content

Bump actions/checkout from 3 to 4 #18

Bump actions/checkout from 3 to 4

Bump actions/checkout from 3 to 4 #18

Workflow file for this run

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0
- uses: goto-bus-stop/setup-zig@v2
with:
version: master
- name: Build
run: zig build --summary all
- name: build and run cppfront
run: zig build cppfront
- name: run C++ example
run: zig build run