Skip to content

Commit 401dffd

Browse files
committed
CI: Add python dependency
1 parent 9c67043 commit 401dffd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sudo apt-get install -y software-properties-common
1919
sudo add-apt-repository ppa:george-edison55/cmake-3.x
2020
sudo apt-get update
21-
sudo apt-get install -y cmake cmake-data git build-essential autoconf texinfo bison flex pkg-config
21+
sudo apt-get install -y cmake cmake-data git build-essential autoconf texinfo bison flex pkg-config python
2222
- name: Build
2323
run: |
2424
git config --global user.email "builds@travis-ci.com"
@@ -62,7 +62,7 @@ jobs:
6262
sudo apt-get install -y software-properties-common
6363
sudo add-apt-repository ppa:george-edison55/cmake-3.x
6464
sudo apt-get update
65-
sudo apt-get install -y cmake cmake-data git build-essential autoconf texinfo bison flex pkg-config g++-mingw-w64
65+
sudo apt-get install -y cmake cmake-data git build-essential autoconf texinfo bison flex pkg-config g++-mingw-w64 python
6666
- name: Build
6767
run: |
6868
git config --global user.email "builds@travis-ci.com"

0 commit comments

Comments
 (0)