Skip to content

std::encoding::json: fix attempt #118

std::encoding::json: fix attempt

std::encoding::json: fix attempt #118

Workflow file for this run

name: Build - C++14
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julelang/ci@main
- name: Build JuleC
run: |
julec --compiler clang --cppstd cpp14 -t src/julec
clang++ --std=c++14 -Wno-everything "-Wl,--stack_size,0x800000" dist/ir.cpp