Skip to content

Commit

Permalink
fix: try to fix Github action for Rust 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
zensh committed Feb 22, 2025
1 parent fd93c90 commit 5ef1100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: Build linux binary
run: |
mkdir -p out
rustup update --no-self-update stable
for PACK in anda_bot
do
export RUSTFLAGS="-C target-feature=+crt-static -C link-arg=-s"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ jobs:
- name: Run tests
run: |
sudo apt-get install -y protobuf-compiler
rustup update --no-self-update stable
cargo clippy --verbose --all-targets --all-features
cargo test --verbose --workspace -- --nocapture

0 comments on commit 5ef1100

Please sign in to comment.