Skip to content

Commit

Permalink
ci: Skip python2 for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Sep 30, 2024
1 parent 08a2140 commit c71d42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generic-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ run () {
apt-get update
apt-mark hold php* google* libobjc* libpq* libidn* postgresql* python3-httplib2 samba* >/dev/null
apt-get upgrade -y
apt-get install -y binutils-dev libcurl4-openssl-dev libdw-dev libiberty-dev gcc g++ make cmake libssl-dev git python3 python2 $EXTRA_PACKAGES
apt-get install -y binutils-dev libcurl4-openssl-dev libdw-dev libiberty-dev gcc g++ make cmake libssl-dev git python3 $EXTRA_PACKAGES

export PATH="${PATH}:${HOME}/kcov/bin"
mkdir build build-tests
Expand Down

0 comments on commit c71d42f

Please sign in to comment.