Docker CI: Don't download spaghetti.o2r

Signed-off-by: Thomas Rohloff <v10lator@myway.de>
This commit is contained in:
Thomas Rohloff
2025-06-26 11:20:58 +02:00
parent d0acdc2964
commit 8a8c22cdce
-5
View File
@@ -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)