We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e47c99d commit 2adb8c2Copy full SHA for 2adb8c2
.github/workflows/codeql.yml
@@ -134,7 +134,7 @@ jobs:
134
run: |
135
export PATH=$(pwd)/core/ten_gn:$PATH
136
go env -w GOFLAGS="-buildvcs=false"
137
- go1.20.12 download
+ # go1.20.12 download
138
rustup default nightly-2025-09-18
139
140
tgn gen linux x64 debug -- enable_serialized_actions=true ten_rust_enable_gen_cargo_config=false ten_enable_ten_rust=false ten_enable_rust_incremental_build=false ten_manager_enable_frontend=false ten_enable_nodejs_binding=false ten_enable_python_binding=false ten_enable_go_binding=false
0 commit comments