mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-15 14:41:38 -04:00
Docker CI: Don't download spaghetti.o2r
Signed-off-by: Thomas Rohloff <v10lator@myway.de>
This commit is contained in:
@@ -308,11 +308,6 @@ jobs:
|
||||
run: docker build . -t spaghetti
|
||||
- name: Confiure
|
||||
run: docker run --rm -v ${PWD}:/project spaghetti cmake -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE=Release
|
||||
- name: Download spaghetti.o2r
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: spaghetti.o2r
|
||||
path: ./build-cmake
|
||||
- name: Build spaghetti
|
||||
run: cmake --build build-cmake --config Release -j$(nproc)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user