We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3625c1 commit 6e34e23Copy full SHA for 6e34e23
1 file changed
.github/workflows/compile_lambda_rs.yml
@@ -15,7 +15,7 @@ defaults:
15
16
jobs:
17
build_and_test:
18
- name: Build lambda-rs on ${{ matrix.os }}.
+ name: Build lambda-rs on ${{ matrix.os }} with features ${{ matrix.features }}.
19
runs-on: ${{ matrix.os }}
20
strategy:
21
matrix:
@@ -26,9 +26,6 @@ jobs:
26
- os: ubuntu-latest
27
rustup-toolchain: "stable"
28
features: "lambda/with-vulkan"
29
- - os: windows-latest
30
- rustup-toolchain: "stable"
31
- features: "lambda/with-opengl"
32
- os: windows-latest
33
34
0 commit comments