fix(ci): update runner container options to enable public DNS resolution
Build and Release / Build Linux (push) Successful in 1m59s
Build and Release / Build Windows (push) Successful in 4m25s
Build and Release / Create Release (push) Skipped

This commit is contained in:
Daniel Dybing
2026-08-03 23:58:37 +02:00
parent c4b8304764
commit eec2842e77
+1 -1
View File
@@ -24,7 +24,7 @@ def build():
# Determine separator for --add-data # Determine separator for --add-data
sep = ";" if system == "Windows" else ":" sep = ";" if system == "Windows" else ":"
# Base command configuration for PyInstaller build # Base PyInstaller command configuration for Linux and Windows builds
base_cmd = [ base_cmd = [
sys.executable, "-m", "PyInstaller", sys.executable, "-m", "PyInstaller",
"--onefile", "--onefile",