🌐 AI搜索 & 代理 主页
Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update deb-s3
  • Loading branch information
kczimm authored Feb 6, 2025
commit 4978d9eee65d6b1837fcc1c8a2e70b350d92f588
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu-packages-and-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ jobs:
ruby \
lld

curl -sLO https://github.com/deb-s3/deb-s3/releases/download/0.11.4/deb-s3-0.11.4.gem
sudo gem install deb-s3-0.11.4.gem
curl -sLO https://github.com/deb-s3/deb-s3/releases/download/0.11.8/deb-s3-0.11.8.gem
sudo gem install deb-s3-0.11.8.gem
sudo dpkg --configure -a
dpkg-deb --version

Expand Down Expand Up @@ -244,8 +244,8 @@ jobs:
toolchain: stable
- name: Update dependencies
run: |
curl -sLO https://github.com/deb-s3/deb-s3/releases/download/0.11.4/deb-s3-0.11.4.gem
sudo gem install deb-s3-0.11.4.gem
curl -sLO https://github.com/deb-s3/deb-s3/releases/download/0.11.8/deb-s3-0.11.8.gem
sudo gem install deb-s3-0.11.8.gem
sudo dpkg --configure -a
dpkg-deb --version
- name: Build and release package
Expand Down
Loading