mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 18:56:13 +00:00
Install proto before flatpack when there is internet. Add missing include that caused fail only on Unix
This commit is contained in:
6
.github/workflows/build_all.yml
vendored
6
.github/workflows/build_all.yml
vendored
@@ -211,6 +211,12 @@ jobs:
|
|||||||
sed -i "/name: OrcaSlicer/{n;s|buildsystem: simple|buildsystem: simple\n build-options:\n env:\n git_commit_hash: \"$git_commit_hash\"|}" \
|
sed -i "/name: OrcaSlicer/{n;s|buildsystem: simple|buildsystem: simple\n build-options:\n env:\n git_commit_hash: \"$git_commit_hash\"|}" \
|
||||||
scripts/flatpak/com.orcaslicer.OrcaSlicer.yml
|
scripts/flatpak/com.orcaslicer.OrcaSlicer.yml
|
||||||
shell: bash
|
shell: bash
|
||||||
|
- name: Generate config sources
|
||||||
|
run: |
|
||||||
|
python3 -m venv /tmp/codegen_venv
|
||||||
|
/tmp/codegen_venv/bin/pip install grpcio-tools pyyaml -q
|
||||||
|
/tmp/codegen_venv/bin/python tools/run_codegen.py
|
||||||
|
shell: bash
|
||||||
- uses: flatpak/flatpak-github-actions/flatpak-builder@master
|
- uses: flatpak/flatpak-github-actions/flatpak-builder@master
|
||||||
with:
|
with:
|
||||||
bundle: OrcaSlicer-Linux-flatpak_${{ env.ver }}_${{ matrix.variant.arch }}.flatpak
|
bundle: OrcaSlicer-Linux-flatpak_${{ env.ver }}_${{ matrix.variant.arch }}.flatpak
|
||||||
|
|||||||
@@ -326,8 +326,6 @@ modules:
|
|||||||
- name: OrcaSlicer
|
- name: OrcaSlicer
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- pip3 install grpcio-tools -q
|
|
||||||
- python3 tools/run_codegen.py
|
|
||||||
- |
|
- |
|
||||||
cmake . -B build_flatpak \
|
cmake . -B build_flatpak \
|
||||||
-DFLATPAK=ON \
|
-DFLATPAK=ON \
|
||||||
|
|||||||
@@ -18,6 +18,7 @@
|
|||||||
#include "WipeTowerDialog.hpp" // RammingDialog
|
#include "WipeTowerDialog.hpp" // RammingDialog
|
||||||
#include "MsgDialog.hpp" // InfoDialog
|
#include "MsgDialog.hpp" // InfoDialog
|
||||||
#include "libslic3r/GCode/Thumbnails.hpp"
|
#include "libslic3r/GCode/Thumbnails.hpp"
|
||||||
|
#include "format.hpp"
|
||||||
|
|
||||||
namespace Slic3r { namespace GUI {
|
namespace Slic3r { namespace GUI {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user