Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/CuraEngine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelle Spijker <j.spijker@ultimaker.com>2022-04-14 21:12:37 +0300
committerJelle Spijker <spijker.jelle@gmail.com>2022-04-14 21:12:37 +0300
commit870a813e18e649f0bdb67835ad50c7ff0d103e7c (patch)
tree998d0a1d128a54978951dc25f57136169f138529
parent636b15338ae9dbe3c344ea7a26fbb948c0e06b08 (diff)
Fixed stray ` character
Contributes to CURA-8640
-rw-r--r--.github/workflows/cicd.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml
index b223dde7b..fbea1aade 100644
--- a/.github/workflows/cicd.yml
+++ b/.github/workflows/cicd.yml
@@ -25,6 +25,6 @@ jobs:
-DCMAKE_TOOLCHAIN_FILE=build/conan_toolchain.cmake \
-DBUILD_TESTS=OFF \
..
- make -j $(nproc)`
+ make -j $(nproc)
conan upload "*" -r ultimaker --all --check \ No newline at end of file