Skip to content

Commit f97820f

Browse files
committed
Ubuntu 18.04
1 parent 519cb71 commit f97820f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/SSH.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
name: SSH-ubuntu-16.04
1+
name: SSH-ubuntu-18.04
22

33
on:
44
workflow_dispatch:
55

66
jobs:
77
build:
8-
runs-on: ubuntu-16.04
8+
runs-on: ubuntu-18.04
99

1010
steps:
1111
- name: Get the source code of this repositorie...
1212
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+
1419
- name: SSH connect
15-
uses: csexton/debugger-action@master
20+
uses: csexton/debugger-action@master

0 commit comments

Comments
 (0)