Skip to content

Commit 43508b6

Browse files
committed
Bump up ubuntu version
1 parent a9b1e62 commit 43508b6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- os: windows-latest
3232
arch: x86
3333
CMAKE_ARCH_FLAG: -A Win32
34-
- os: ubuntu-20.04
34+
- os: ubuntu-22.04
3535
arch: x86
3636
CMAKE_ARCH_FLAG: -DCMAKE_C_FLAGS="-m32" -DCMAKE_CXX_FLAGS="-m32"
3737
- os: macos-13

source/async_postgres.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ namespace GLua = GarrysMod::Lua;
3232
return ret; \
3333
} catch (const std::exception& e) { \
3434
lua->ThrowError(e.what()); \
35+
return 0; \
3536
} \
3637
} \
3738
int name##__Imp([[maybe_unused]] GarrysMod::Lua::ILuaInterface* lua)

0 commit comments

Comments
 (0)