File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99jobs :
1010 build-linux :
1111 runs-on : ubuntu-latest
12- container : ubuntu:14.04
1312 steps :
1413 - uses : actions/checkout@v3
14+ - uses : actions/setup-python@v2
1515 - name : Install dependencies
1616 run : |
1717 sudo apt-get update
1818 sudo apt-get install -y software-properties-common
19- sudo add-apt-repository ppa:george-edison55/cmake-3.x
20- sudo apt-get update
21- sudo apt-get install -y cmake cmake-data git build-essential autoconf automake libtool texinfo bison flex pkg-config python
19+ sudo apt-get install -y cmake cmake-data git build-essential autoconf automake libtool texinfo bison flex pkg-config
2220 - name : Build
2321 run : |
2422 git config --global user.email "builds@travis-ci.com"
@@ -55,16 +53,14 @@ jobs:
5553 path : build/*.tar.bz2
5654 build-windows :
5755 runs-on : ubuntu-latest
58- container : ubuntu:14.04
5956 steps :
6057 - uses : actions/checkout@v3
58+ - uses : actions/setup-python@v2
6159 - name : Install dependencies
6260 run : |
6361 sudo apt-get update
6462 sudo apt-get install -y software-properties-common
65- sudo add-apt-repository ppa:george-edison55/cmake-3.x
66- sudo apt-get update
67- sudo apt-get install -y cmake cmake-data git build-essential autoconf automake libtool texinfo bison flex pkg-config g++-mingw-w64 python
63+ sudo apt-get install -y cmake cmake-data git build-essential autoconf automake libtool texinfo bison flex pkg-config g++-mingw-w64
6864 - name : Build
6965 run : |
7066 git config --global user.email "builds@travis-ci.com"
You can’t perform that action at this time.
0 commit comments