Skip to content

Commit bab29e8

Browse files
committed
Update test-generation
1 parent de1fdf4 commit bab29e8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.github/workflows/test-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
ca-certificates \
3636
fonts-liberation \
3737
libappindicator3-1 \
38-
libasound2 \
38+
libasound2-dev \
3939
libatk-bridge2.0-0 \
4040
libatk1.0-0 \
4141
libc6 \
@@ -45,7 +45,7 @@ jobs:
4545
libexpat1 \
4646
libfontconfig1 \
4747
libgbm1 \
48-
libgcc1 \
48+
libgcc-s1 \
4949
libglib2.0-0 \
5050
libgtk-3-0 \
5151
libnspr4 \

site/public/data/classes.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@
129129
"Researcher",
130130
"Professor"
131131
]
132+
},
133+
"mages": {
134+
"name": "Mages' Guild",
135+
"description": "Organizations of spellcasters and magical practitioners, dedicated to the study and application of arcane arts",
136+
"professions": [
137+
"Mages"
138+
]
132139
}
133140
},
134141
"specializations": {

0 commit comments

Comments
 (0)