Skip to content

Commit 01516c7

Browse files
committed
Bump LUS and another attempt at fixing this
1 parent 15a7feb commit 01516c7

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/mac.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Build (Universal)
5353
run: |
5454
export PATH="/usr/lib/ccache:/opt/homebrew/opt/ccache/libexec:/usr/local/opt/ccache/libexec:$PATH"
55-
cmake --no-warn-unused-cli -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
55+
cmake --no-warn-unused-cli -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DPython3_EXECUTABLE=$(which python3)
5656
cmake --build build-cmake --config Release --parallel 10
5757
- name: Create Package
5858
run: |

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
uses: actions/upload-artifact@v4
9191
with:
9292
name: Ghostship-windows
93+
include-hidden-files: true
9394
path: ghostship-release
9495

9596
build-macos:
@@ -143,7 +144,7 @@ jobs:
143144
- name: Build (Universal)
144145
run: |
145146
export PATH="/usr/lib/ccache:/opt/homebrew/opt/ccache/libexec:/usr/local/opt/ccache/libexec:$PATH"
146-
cmake --no-warn-unused-cli -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64"
147+
cmake --no-warn-unused-cli -H. -Bbuild-cmake -GNinja -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_OSX_ARCHITECTURES="x86_64;arm64" -DPython3_EXECUTABLE=$(which python3)
147148
cmake --build build-cmake --config Release --parallel 10
148149
- name: Download ghostship.o2r
149150
uses: actions/download-artifact@v4
@@ -160,6 +161,7 @@ jobs:
160161
uses: actions/upload-artifact@v4
161162
with:
162163
name: Ghostship-mac
164+
include-hidden-files: true
163165
path: |
164166
.tcc
165167
Ghostship.dmg
@@ -261,6 +263,7 @@ jobs:
261263
uses: actions/upload-artifact@v4
262264
with:
263265
name: Ghostship-linux
266+
include-hidden-files: true
264267
path: |
265268
.tcc
266269
ghostship.appimage

libultraship

Submodule libultraship updated 72 files

0 commit comments

Comments
 (0)