Skip to content

Commit 22e76fb

Browse files
authored
Update package.yml
1 parent 25b23a0 commit 22e76fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
submodules: true
1414
- name: Build FreeImage
1515
run: |
16-
sudo apt install cmake
17-
sudo apt install build-essential
16+
apt install cmake -y
17+
apt install build-essential -y
1818
chmod a+x scripts/build-android.py
1919
python scripts/build-android.py /opt/unity/Editor
2020
shell: bash

0 commit comments

Comments
 (0)