Skip to content

Commit

Permalink
[#167] Reduce CI dependencies;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Jun 30, 2023
1 parent c147f6a commit c67e093
Showing 1 changed file with 3 additions and 48 deletions.
51 changes: 3 additions & 48 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,7 @@ jobs:
- name: Update
run: sudo apt-get update
- name: Install Dependencies
run: sudo apt-get install -y \
autoconf \
cmake \
g++-multilib \
gcc-multilib \
gettext \
git \
gdb \
lcov \
libcurl4-openssl-dev \
libmariadb-dev \
libmariadb-dev-compat \
libgcrypt20-dev \
libtool \
python3-dev \
python3-pip
run: sudo apt-get install -y lcov libcurl4-openssl-dev libmariadb-dev libmariadb-dev-compat libgcrypt20-dev python3
- name: Install Python Libraries
run: sudo pip install pycryptodome
# End Container Setup
Expand All @@ -51,22 +36,7 @@ jobs:
- name: Update
run: sudo apt-get update
- name: Install Dependencies
run: sudo apt-get install -y \
autoconf \
cmake \
g++-multilib \
gcc-multilib \
gettext \
git \
gdb \
lcov \
libcurl4-openssl-dev \
libmariadb-dev \
libmariadb-dev-compat \
libgcrypt20-dev \
libtool \
python3-dev \
python3-pip
run: sudo apt-get install -y lcov libcurl4-openssl-dev libmariadb-dev libmariadb-dev-compat libgcrypt20-dev python3
- name: Install Python Libraries
run: sudo pip install pycryptodome
# End Container Setup
Expand Down Expand Up @@ -94,22 +64,7 @@ jobs:
- name: Update
run: sudo apt-get update
- name: Install Dependencies
run: sudo apt-get install -y \
autoconf \
cmake \
g++-multilib \
gcc-multilib \
gettext \
git \
gdb \
lcov \
libcurl4-openssl-dev \
libmariadb-dev \
libmariadb-dev-compat \
libgcrypt20-dev \
libtool \
python3-dev \
python3-pip
run: sudo apt-get install -y lcov libcurl4-openssl-dev libmariadb-dev libmariadb-dev-compat libgcrypt20-dev python3
- name: Install Python Libraries
run: sudo pip install pycryptodome
# End Container Setup
Expand Down

0 comments on commit c67e093

Please sign in to comment.