mirror of
https://github.com/loot/morrowind.git
synced 2026-07-27 14:16:19 -07:00
Update CI to run on Ubuntu 18.04
GitHub will remove 16.04 on 2021-09-20. The metadata validator update is necessary to avoid an error due to libicu55 not being available on Ubuntu 18.04.
This commit is contained in:
@@ -6,7 +6,7 @@ on: [push, pull_request]
|
||||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-16.04
|
||||
runs-on: ubuntu-18.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@@ -18,7 +18,7 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
|
||||
- name: Install metadata validator
|
||||
run: wget https://github.com/loot/metadata-validator/releases/download/0.15.0/metadata-validator.tar.xz -O - | tar -xJ --strip-components=1
|
||||
run: wget https://github.com/loot/metadata-validator/releases/download/0.16.1/metadata-validator-0.16.1-0-gc6e86d2_0.16.1-Linux.tar.xz -O - | tar -xJ --strip-components=1
|
||||
|
||||
- name: Install parser
|
||||
run: npm install -g js-yaml
|
||||
|
||||
Reference in New Issue
Block a user