We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9374506 commit 43b8e9eCopy full SHA for 43b8e9e
.github/workflows/push-server.yml
@@ -4,7 +4,7 @@ on:
4
jobs:
5
build_server:
6
name: Building Server Docker Image
7
- runs-on: ubuntu-latest
+ runs-on: blacksmith-8vcpu-ubuntu-2204
8
steps:
9
- name: Checkout the repo
10
uses: actions/checkout@v4
server/src/main.rs
@@ -1,4 +1,5 @@
1
fn main() -> std::io::Result<()> {
2
+ log::info!("hi man, oh you can cache, can you go faster 🤨");
3
log::info!("hi man, oh you can cache, can you go faster 🤨");
trieve_server::main()
}
0 commit comments