We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7400c78 commit d16f116Copy full SHA for d16f116
.github/workflows/package.yml
@@ -13,7 +13,7 @@ jobs:
13
submodules: true
14
- name: Build FreeImage
15
run: |
16
- sudo apt update -y
+ apt update -y
17
apt install cmake -y
18
apt install build-essential -y
19
chmod a+x scripts/build-android.py
0 commit comments