Skip to content

Commit 1cfa5ba

Browse files
author
Gabriel Y C Chan
committed
remove rustc and cargo installed by apt.
1 parent 0794d84 commit 1cfa5ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deb.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
- ci
7+
- fix-cryptography
88

99
jobs:
1010
build:
@@ -43,7 +43,7 @@ jobs:
4343
apt-get update -q -y
4444
4545
# Install Python, fpm deps (ruby) and the kitchen sink required to build everything...
46-
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
46+
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
4747
4848
# these dependencies are installed for compiling cryptography
4949
apt-get install -q -y curl libssl-dev pkg-config

0 commit comments

Comments
 (0)