Skip to content

Commit 6648908

Browse files
committed
move build-setup steps to the templates dir
1 parent 8a37813 commit 6648908

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/libsql-server-release-build-setup.yml renamed to .github/templates/libsql-server-release-build-setup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- name: Prepare env vars
2+
run: "echo setup env vars"
23
env:
34
RUSTFLAGS: --cfg tokio_unstable

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ tag-namespace = "libsql-server"
7272
# Whether to install an updater program
7373
install-updater = false
7474
# additional setup steps
75-
github-build-setup = "libsql-server-release-build-setup.yml"
75+
github-build-setup = "../templates/libsql-server-release-build-setup.yml"
7676
# Path that installers should place binaries in
7777
install-path = "CARGO_HOME"
7878

0 commit comments

Comments
 (0)