File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 30
30
run : |
31
31
sudo apt-get update
32
32
sudo apt-get install -y nlohmann-json3-dev libutfcpp-dev libgd-dev xvfb libxcb-cursor0
33
+ - name : Install GCC11
34
+ shell : bash
35
+ run : |
36
+ sudo apt update
37
+ sudo apt install gcc-11 g++-11
38
+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 110 --slave /usr/bin/g++ g++ /usr/bin/g++-11 --slave /usr/bin/gcov gcov /usr/bin/gcov-11
33
39
shell : bash
34
40
- name : Install Qt
35
41
uses : jurplel/install-qt-action@v4
Original file line number Diff line number Diff line change 31
31
sudo apt-get update
32
32
sudo apt-get install -y nlohmann-json3-dev libutfcpp-dev libgd-dev xvfb libxcb-cursor0
33
33
shell : bash
34
+ - name : Install GCC11
35
+ shell : bash
36
+ run : |
37
+ sudo apt update
38
+ sudo apt install gcc-11 g++-11
39
+ sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 110 --slave /usr/bin/g++ g++ /usr/bin/g++-11 --slave /usr/bin/gcov gcov /usr/bin/gcov-11
34
40
- name : Install Qt
35
41
uses : jurplel/install-qt-action@v4
36
42
with :
You can’t perform that action at this time.
0 commit comments