File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
- name : SSH-ubuntu-16 .04
1
+ name : SSH-ubuntu-18 .04
2
2
3
3
on :
4
4
workflow_dispatch :
5
5
6
6
jobs :
7
7
build :
8
- runs-on : ubuntu-16 .04
8
+ runs-on : ubuntu-18 .04
9
9
10
10
steps :
11
11
- name : Get the source code of this repositorie...
12
12
uses : actions/checkout@main
13
-
13
+
14
+ - name : Env
15
+ run : |
16
+ sudo apt update && sudo apt -y dist-upgrade
17
+ sudo apt install -y gcc g++ python make texinfo texlive bc bison build-essential ccache curl flex g++-multilib gcc-multilib git gnupg gperf imagemagick lib32ncurses5-dev lib32readline-dev lib32z1-dev liblz4-tool libncurses5-dev libsdl1.2-dev libssl-dev libwxgtk3.0-dev libxml2 libxml2-utils lzop pngcrush rsync schedtool squashfs-tools xsltproc zip zlib1g-dev unzip language-pack-zh-hans
18
+
14
19
- name : SSH connect
15
- uses : csexton/debugger-action@master
20
+ uses : csexton/debugger-action@master
You can’t perform that action at this time.
0 commit comments