Skip to content

Commit

Permalink
Merge pull request #1551 from prestist/pre-release-0.23.0
Browse files Browse the repository at this point in the history
Pre release 0.23.0
  • Loading branch information
prestist authored Nov 12, 2024
2 parents 7b553ef + 5c855cd commit dd4ed1f
Show file tree
Hide file tree
Showing 4 changed files with 519 additions and 366 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
# Specify additional fields not implied by the job name.
key: ${{ matrix.arch }}
- name: Install dependencies
run: dnf install -y gcc git-core libzstd-devel openssl-devel cpio diffutils jq xz
run: dnf install -y gcc git-core libzstd-devel openssl-devel cpio diffutils jq xz gpg
- name: Configure cargo
run: |
# Avoid OOM on emulated s390x
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
# MSRV changes.
key: ${{ matrix.arch }}-${{ env.MSRV }}
- name: Install dependencies
run: dnf install -y gcc git-core libzstd-devel openssl-devel cpio diffutils jq xz
run: dnf install -y gcc git-core libzstd-devel openssl-devel cpio diffutils jq xz gpg
- name: Configure cargo
run: |
# Avoid OOM on emulated s390x
Expand Down Expand Up @@ -204,7 +204,7 @@ jobs:
# Specify additional fields not implied by the job name.
key: ${{ matrix.arch }}-${{ matrix.channel }}
- name: Install dependencies
run: dnf install -y gcc git-core libzstd-devel openssl-devel cpio diffutils jq xz
run: dnf install -y gcc git-core libzstd-devel openssl-devel cpio diffutils jq xz gpg
- name: Configure cargo
run: |
# Avoid OOM on emulated s390x
Expand Down
Loading

0 comments on commit dd4ed1f

Please sign in to comment.