File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-22 .04
1313
1414 steps :
1515 - uses : actions/checkout@v2
1616 - name : Install dependencies
1717 run : |
1818 sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
1919 sudo apt-get update -qq
20- sudo apt-get install -y gcc-7 g++-7
21- sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 70 --slave /usr/bin/g++ g++ /usr/bin/g++-7
20+ sudo apt-get install -y gcc-11 g++-11
21+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 70 --slave /usr/bin/g++ g++ /usr/bin/g++-11
2222 sudo apt-get install -y tcl8.6-dev
2323 - name : make
2424 run : make
Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.0 )
1+ cmake_minimum_required (VERSION 3.8 )
22
33set (TCL_TCLSH tclsh8.6)
44
You can’t perform that action at this time.
0 commit comments