renderer-mvp/post-processing #56

Merged
kayomn merged 30 commits from renderer-mvp/post-processing into main 2024-07-22 02:05:25 +02:00
1 changed files with 3 additions and 1 deletions
Showing only changes of commit a6314b0f0c - Show all commits

View File

@ -9,7 +9,9 @@ steps:
- name: submodules
image: ubuntu:latest
commands:
- git submodule update --init --recursive
- apt-get update
- apt-get install -y git git-lfs
- git submodule update --init --recursive
- name: build
image: ubuntu:latest