File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ jobs:
201201
202202 strategy :
203203 matrix :
204- servo-version : [0.0.4 ]
204+ servo-version : [0.1.0 ]
205205
206206 steps :
207207 - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29
@@ -215,7 +215,7 @@ jobs:
215215 registry-url : ' https://registry.npmjs.org'
216216 - run : wget "https://github.com/servo/servo/releases/download/v${{ matrix.servo-version }}/servo-x86_64-linux-gnu.tar.gz"
217217 - run : tar -xf servo-x86_64-linux-gnu.tar.gz
218- - run : sudo ln -s "$GITHUB_WORKSPACE/servo/servo " /usr/bin/
218+ - run : sudo ln -s "$GITHUB_WORKSPACE/servo/servoshell " /usr/bin/
219219 - run : sudo apt update
220220 - run : sudo apt install gstreamer1.0-plugins-bad
221221 - run : pnpm i --frozen-lockfile
Original file line number Diff line number Diff line change @@ -96,7 +96,9 @@ function findBinaryOnce(name) {
9696 addPaths ( 'darwin' , '/Applications/Safari.app/Contents/MacOS/Safari' )
9797 break
9898 case 'servo' :
99+ addPaths ( 'darwin' , '/Applications/Servo.app/Contents/MacOS/servoshell' )
99100 addPaths ( 'darwin' , '/Applications/Servo.app/Contents/MacOS/servo' )
101+ addPaths ( 'linux' , '/usr/bin/servoshell' )
100102 addPaths ( 'linux' , '/usr/bin/servo' )
101103 break
102104 default :
You can’t perform that action at this time.
0 commit comments