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,6 +9,8 @@ steps:
- name: submodules - name: submodules
image: ubuntu:latest image: ubuntu:latest
commands: commands:
- apt-get update
- apt-get install -y git git-lfs
- git submodule update --init --recursive - git submodule update --init --recursive
- name: build - name: build