Skip to content

Commit

Permalink
remove rustc and cargo installed by apt.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Y C Chan committed Mar 6, 2024
1 parent 0794d84 commit 1cfa5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
- ci
- fix-cryptography

jobs:
build:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
apt-get update -q -y
# Install Python, fpm deps (ruby) and the kitchen sink required to build everything...
apt-get install -q -y git python3 python3-venv python3-dev python3-pip build-essential libffi-dev libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev libgdbm-dev libc6-dev libbz2-dev rustc cargo squashfs-tools ruby-full jq libpq-dev postgresql postgresql-contrib
apt-get install -q -y git python3 python3-venv python3-dev python3-pip build-essential libffi-dev libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev libgdbm-dev libc6-dev libbz2-dev squashfs-tools ruby-full jq libpq-dev postgresql postgresql-contrib
# these dependencies are installed for compiling cryptography
apt-get install -q -y curl libssl-dev pkg-config
Expand Down

0 comments on commit 1cfa5ba

Please sign in to comment.