Fix Display in github action
This commit is contained in:
parent
3137771cbf
commit
dc8417ba09
4
.github/workflows/rust.yml
vendored
4
.github/workflows/rust.yml
vendored
|
@ -11,9 +11,9 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
env:
|
||||||
|
QT_QPA_PLATFORM: offscreen
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install Dependencie
|
- name: Install Dependencie
|
||||||
|
|
Loading…
Reference in a new issue