Skip to content

Commit 6e34e23

Browse files
committed
[update] build title & remove opengl tests for windows.
1 parent c3625c1 commit 6e34e23

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/compile_lambda_rs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ defaults:
1515

1616
jobs:
1717
build_and_test:
18-
name: Build lambda-rs on ${{ matrix.os }}.
18+
name: Build lambda-rs on ${{ matrix.os }} with features ${{ matrix.features }}.
1919
runs-on: ${{ matrix.os }}
2020
strategy:
2121
matrix:
@@ -26,9 +26,6 @@ jobs:
2626
- os: ubuntu-latest
2727
rustup-toolchain: "stable"
2828
features: "lambda/with-vulkan"
29-
- os: windows-latest
30-
rustup-toolchain: "stable"
31-
features: "lambda/with-opengl"
3229
- os: windows-latest
3330
rustup-toolchain: "stable"
3431
features: "lambda/with-vulkan"

0 commit comments

Comments
 (0)