Skip to content

Add nostd flags

Add nostd flags #6

Workflow file for this run

name: Bazel Hello World
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: build examples
run: |
cd examples/hello_world
bazel build //...