Skip to content

Commit

Permalink
1.6: linux cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever committed Apr 5, 2023
1 parent 51ef90c commit 9eebb14
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install dependencies
- run: mkdir -p ${{ github.workspace }}/deps/build
- run: mkdir -p ${{ github.workspace }}/deps/build/destdir
run: |
sudo apt-get update
sudo apt-get install -y autoconf build-essential cmake curl eglexternalplatform-dev \
Expand Down

0 comments on commit 9eebb14

Please sign in to comment.