summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAaron Franke <arnfranke@yahoo.com>2021-12-10 10:10:47 -0600
committerAaron Franke <arnfranke@yahoo.com>2021-12-10 12:14:27 -0600
commit368c0bc0acfe4621f21195193633bf7f28cbd4a7 (patch)
tree9b06a59bd5e71f8527df49e5b081541df4e85161 /.github/workflows
parent4f9b6d9a3f7ba9315312c563ca6f805b60b635ab (diff)
Misc build system fixes
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux_builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml
index c848860bd7..92c2e3c516 100644
--- a/.github/workflows/linux_builds.yml
+++ b/.github/workflows/linux_builds.yml
@@ -37,7 +37,7 @@ jobs:
sconsflags: float=64 use_asan=yes use_ubsan=yes
proj-test: true
godot-cpp-test: true
- bin: "./bin/godot.linuxbsd.double.tools.64s"
+ bin: "./bin/godot.linuxbsd.double.tools.64.san"
build-mono: false
# Skip 2GiB artifact speeding up action.
artifact: false