Skip to content

Commit 4253d6f

Browse files
authored
ci: remove useless code (#45)
1 parent 503be55 commit 4253d6f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/rust.yml

-8
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,10 @@ env:
1313
jobs:
1414
build:
1515
runs-on: ${{matrix.os}}
16-
env:
17-
DISPLAY: ':99'
1816
strategy:
1917
fail-fast: false
2018
matrix:
2119
os: [macos-latest, ubuntu-latest, windows-latest]
22-
include:
23-
- os: ubuntu-latest
24-
headless: Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
2520

2621
steps:
2722
- uses: actions/checkout@v3
@@ -36,9 +31,6 @@ jobs:
3631
- name: Add components
3732
run: rustup component add clippy rustfmt
3833

39-
- name: Setup headless environment
40-
run: ${{matrix.headless}}
41-
4234
- name: Rustfmt
4335
run: |
4436
cargo fmt -- --check

0 commit comments

Comments
 (0)