We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fbb796 commit 1b33e18Copy full SHA for 1b33e18
1 file changed
.github/workflows/sample-builder.yml
@@ -206,12 +206,12 @@ jobs:
206
echo "version=${_version}" >> "$GITHUB_OUTPUT"
207
208
- name: Build (Windows/MacOS)
209
- if: ${{ ! runner.os == 'Linux' }}
210
- shell: bash -el {0}
+ if: runner.os != 'Linux'
211
run: |
212
pip install conan
213
make deps
214
- make
+ make luxcoreui
+ make luxcoreconsole
215
make package
216
217
# Build for Linux is containerized in manylinux_2_28_x86_64
0 commit comments