Skip to content

Commit 08afc7b

Browse files
committed
Update the metadata validator to v0.26.1
1 parent d7916be commit 08afc7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
2626
- name: Install metadata validator
2727
run: |
28-
wget https://github.com/loot/metadata-validator/releases/download/0.24.0/metadata-validator-0.24.0-0-g36fea7e_0.24.0-Linux.tar.xz -O - | tar -xJ --strip-components=1
29-
ln -s libloot.so.0.24.5 libloot.so.0
28+
wget https://github.com/loot/metadata-validator/releases/download/0.26.1/metadata-validator-0.26.1-0-g23e0aa1_0.26.1-Linux.tar.xz -O - | tar -xJ --strip-components=1
29+
ln -s libloot.so.0.26.1 libloot.so.0
3030
3131
- name: Install parser
3232
run: npm install -g js-yaml

0 commit comments

Comments
 (0)