File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
jobs :
10
10
build :
11
11
12
- runs-on : ubuntu-20 .04
12
+ runs-on : ubuntu-22 .04
13
13
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
- name : Install dependencies
17
17
run : |
18
18
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
19
19
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
22
22
sudo apt-get install -y tcl8.6-dev
23
23
- name : make
24
24
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 )
2
2
3
3
set (TCL_TCLSH tclsh8.6)
4
4
You can’t perform that action at this time.
0 commit comments