Skip to content

Commit ad77bef

Browse files
ci: cut down the dependencies
Signed-off-by: Anhad Singh <[email protected]>
1 parent 364437a commit ad77bef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
sudo apt-get update
27-
sudo apt-get install -y nasm meson ninja-build
27+
sudo apt-get install -y nasm
2828
python3 -m pip install requests xbstrap
29-
sudo ./tools/deps.sh
3029
- name: Build Documentation
3130
run: ./aero.py --document
3231
- name: Formatting Check

0 commit comments

Comments
 (0)