Skip to content

Commit c0f0086

Browse files
CI/windows: Fix cargo.toml path
1 parent 6118a62 commit c0f0086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows-msvc.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ jobs:
115115
uses: actions-rs/cargo@v1
116116
with:
117117
command: clippy
118-
args: --features egl,win32 --manifest-path ./gdk4-win32/Cargo.
118+
args: --features egl,win32 --manifest-path ./gdk4-win32/Cargo.toml
119119
- name: Tests gdk-win32
120120
uses: actions-rs/cargo@v1
121121
with:
122122
command: test
123-
args: --features egl,win32 --manifest-path ./gdk4-win32/Cargo.
123+
args: --features egl,win32 --manifest-path ./gdk4-win32/Cargo.toml

0 commit comments

Comments
 (0)