Skip to content

Commit

Permalink
ci linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex2772 committed Jul 22, 2021
1 parent f2e0898 commit d21fba0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,18 @@ jobs:
env:
SPACE_TOKEN: ${{ secrets.SPACE_TOKEN }}
- run: python3 script/deploy_native.py --arch=arm64
env:
SPACE_TOKEN: ${{ secrets.SPACE_TOKEN }}

linux:
runs-on: ubuntu-latest
needs: shared
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: seanmiddleditch/gha-setup-ninja@master
- run: sudo apt-get install libxcomposite-dev libxrandr-dev
- run: python3 script/deploy_native.py --arch=x64
env:
SPACE_TOKEN: ${{ secrets.SPACE_TOKEN }}

0 comments on commit d21fba0

Please sign in to comment.