Skip to content

update the dependency packages #11

update the dependency packages

update the dependency packages #11

Workflow file for this run

name: C/C++ CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install prerequisite
run: sudo apt-get install ninja-build
- name: configure
run: cmake --preset linux-gcc
- name: make
run: cmake --build build/linux-gcc
- name: run test
run: __GL_SHADER_DISK_CACHE=0 ./build/linux-gcc/bin/Debug/falcor_perftest