Skip to content

nomodules turn off

nomodules turn off #13

Workflow file for this run

name: FC Kernels
on:
push
permissions:
contents: read
jobs:
changes:
name: Repository changes
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Build kernels
working-directory: ./packages/fc-kernels
run: make build
- name: Upload kernels
working-directory: ./packages/fc-kernels
run: make upload $project_id
env:
project_id: ${{ secrets.gcp_project_id }}