File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -5,20 +5,22 @@ on: [push, pull_request]
5
5
jobs :
6
6
build :
7
7
8
- runs-on : ubuntu-16 .04
8
+ runs-on : ubuntu-20 .04
9
9
10
10
strategy :
11
11
matrix :
12
- node-version : [8.x, 10 .x]
12
+ node-version : [12 .x]
13
13
14
14
steps :
15
15
- uses : actions/checkout@v2
16
16
- name : Use Node.js ${{ matrix.node-version }}
17
17
uses : actions/setup-node@v1
18
18
with :
19
19
node-version : ${{ matrix.node-version }}
20
+ - run : sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list'
21
+ - run : wget https://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -
20
22
- run : sudo apt update
21
- - run : sudo apt install -y libjansson-dev libboost-dev imagemagick libtinyxml-dev git cmake build-essential wget libgazebo7 -dev
23
+ - run : sudo apt install -y libjansson-dev libboost-dev imagemagick libtinyxml-dev git cmake build-essential wget libgazebo11 -dev
22
24
- run : sudo npm install -g grunt
23
25
# - run: sudo bash -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/chrome.list'
24
26
# - run: sudo wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
You can’t perform that action at this time.
0 commit comments