Skip to content

Commit

Permalink
ci(actions): ⏪️ revert to Ubuntu to build .deb package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Mar 30, 2024
1 parent 86d6759 commit 6b5bb72
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,13 @@ jobs:
- name: Check dependency graph
run: cargo deny --all-features --workspace check
pkg-deb:
runs-on: ubuntu-latest
container: debian:bullseye
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
apt-get update
apt-get install -y sudo gcc wget lintian clang
sudo apt-get update
sudo apt-get install -y wget lintian clang
- name: Setup Rust toolchain
uses: moonrepo/setup-rust@v1
with:
Expand Down

0 comments on commit 6b5bb72

Please sign in to comment.