We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497ef50 commit bd8b112Copy full SHA for bd8b112
.github/workflows/test.yaml
@@ -42,7 +42,7 @@ jobs:
42
run: |
43
cd ${{ github.workspace }}
44
docker pull batoceralinux/batocera.linux-build:latest
45
- make rk3588-build
+ script -q -c "make rk3588-build" /dev/null
46
47
- name: Upload artifacts
48
uses: actions/upload-artifact@v3
0 commit comments