Skip to content

Commit

Permalink
ci: added dependencies install step for Android job
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Sep 13, 2023
1 parent b040623 commit b07ee1d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ jobs:
with:
submodules: recursive

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install gcc-multilib g++-multilib cmake ninja-build
- name: Setup Java
uses: actions/[email protected]
with:
Expand Down

0 comments on commit b07ee1d

Please sign in to comment.