never mind

submit_rewrite
cosmonaut 2021-02-27 15:06:38 -08:00
parent 92cfbfb8f8
commit d53d777c31
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ name: default
steps:
- name: build-linux
image: thatcosmonaut/moonworks-build:latest
image: thatcosmonaut/moonworks-build
commands:
- git submodule update --recursive --init
- cmake -E make_directory ./build
@ -13,7 +13,7 @@ steps:
- make
- name: build-windows
image: thatcosmonaut/moonworks-build:latest
image: thatcosmonaut/moonworks-build
commands:
- git submodule update --recursive --init
- cmake -E make_directory ./windows-build