Skip to content

Commit 73b7a0b

Browse files
committed
fix using target as toolchain
1 parent 0917246 commit 73b7a0b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v4
6363
- uses: actions-rust-lang/setup-rust-toolchain@v1
6464
with:
65-
toolchain: ${{ matrix.rust-target }}
65+
target: ${{ matrix.rust-target }}
6666
- run: cargo build --release --target ${{ matrix.rust-target }}
6767
- run: cargo test --all-features
6868
- name: Upload Build Artifact

logs/app.log.2025-02-05

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,8 @@
6868
2025-02-05T18:01:24.553444Z TRACE axum::serve: received graceful shutdown signal. Telling tasks to shutdown
6969
2025-02-05T18:01:24.553720Z TRACE axum::serve: signal received, not accepting new connections
7070
2025-02-05T18:01:24.553892Z TRACE axum::serve: waiting for 0 task(s) to finish
71+
2025-02-05T18:13:20.548718Z INFO hydroxide: Server listening on 0.0.0.0:80
72+
2025-02-05T18:13:21.668040Z INFO hydroxide: Shutting down server...
73+
2025-02-05T18:13:21.668260Z TRACE axum::serve: received graceful shutdown signal. Telling tasks to shutdown
74+
2025-02-05T18:13:21.668431Z TRACE axum::serve: signal received, not accepting new connections
75+
2025-02-05T18:13:21.668619Z TRACE axum::serve: waiting for 0 task(s) to finish

0 commit comments

Comments
 (0)