|
|
|
@ -40,10 +40,11 @@ jobs:
|
|
|
|
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
|
|
|
cached: ${{ steps.cache-qt.outputs.cache-hit }}
|
|
|
|
- name: Ubuntu install GL library
|
|
|
|
- name: Ubuntu install GL library
|
|
|
|
run: sudo apt-get install -y libglew-dev libglfw3-dev
|
|
|
|
run: sudo apt-get install -y libglew-dev libglfw3-dev
|
|
|
|
- uses: actions/checkout@v1
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
fetch-depth: 1
|
|
|
|
fetch-depth: 1
|
|
|
|
submodules: 'true'
|
|
|
|
submodules: 'true'
|
|
|
|
|
|
|
|
ssh-key: ${{ secrets.BOT_SSH_KEY }}
|
|
|
|
- name: Build Ubuntu
|
|
|
|
- name: Build Ubuntu
|
|
|
|
env:
|
|
|
|
env:
|
|
|
|
ENV_QT_PATH: ${{ env.qt-install-path }}
|
|
|
|
ENV_QT_PATH: ${{ env.qt-install-path }}
|
|
|
|
|