Skip to content

Commit

Permalink
fix: CI workflow for building and pushing webview images (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicomiguelino authored Jul 25, 2024
1 parent 14259c3 commit 159cb20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-webview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,16 @@ jobs:
- name: Start compilation
run: |
cd webview
docker run --rm -t \
docker run -itd \
--name qt-builder \
-v ~/tmp/qt-src:/src:Z \
-v /tmp/.cache/ccache:/src/ccache:Z \
-v ~/tmp/qt-build:/build:Z \
-v $(pwd):/webview:ro \
-e TARGET=${{ matrix.board }} \
screenly/ose-qt-builder:latest
docker exec -it qt-builder /webview/build_qt5.sh
docker rm -f qt-builder
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 159cb20

Please sign in to comment.