You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/deforaos-c-ci_ubuntu-latest.yml
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,16 @@ jobs:
10
10
build:
11
11
12
12
runs-on: ubuntu-latest
13
-
14
13
steps:
15
14
- uses: actions/checkout@v4
15
+
- name: install dependencies
16
+
run: |
17
+
sudo apt-get update
18
+
sudo apt-get install -y \
19
+
docbook-xsl \
20
+
gtk-doc-tools \
21
+
libxml2-utils \
22
+
xsltproc
16
23
- name: bootstrap libSystem
17
24
run: git clone https://github.com/DeforaOS/libSystem.git libSystem && for dir in include data src; do (cd libSystem/$dir && make PREFIX="$HOME/opt/DeforaOS" install); done
0 commit comments