Skip to content

Commit

Permalink
Use current stable Rust to build non-release version
Browse files Browse the repository at this point in the history
  • Loading branch information
hillu committed May 16, 2024
1 parent fa3c853 commit c01fd65
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,18 @@ jobs:
build_dynamic_glibc:
runs-on: ubuntu-latest
container: debian:bookworm-slim
container: debian:trixie-slim
steps:
- name: Prepare
run: |
apt-get -qq update
apt-get -qqy upgrade
apt-get -qqy install ca-certificates rustc cargo clang libacl1-dev jq file
apt-get -qqy install ca-certificates clang libacl1-dev jq file curl
- name: Install Rust toolchain (stable)
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
- uses: actions/checkout@v2
- name: Build
run: |
Expand Down

0 comments on commit c01fd65

Please sign in to comment.