Skip to content

Commit 6bf8b16

Browse files
committed
ci: remove redundant steps for copying actions and installing Winget and WDK
1 parent 5e5467f commit 6bf8b16

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/lint.yaml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -122,19 +122,6 @@ jobs:
122122
.github/actions
123123
sparse-checkout-cone-mode: false
124124

125-
- name: Copy actions to workspace
126-
shell: pwsh
127-
run: Copy-Item -Recurse -Force _temp/windows-drivers-rs/.github/actions .github/
128-
129-
- name: Install Winget
130-
uses: ./.github/actions/install-winget
131-
132-
- name: Install WDK (${{ matrix.wdk }})
133-
uses: ./.github/actions/install-wdk
134-
with:
135-
version: ${{ matrix.wdk }}
136-
source: winget
137-
138125
- name: Install Rust Toolchain
139126
uses: dtolnay/rust-toolchain@stable
140127

0 commit comments

Comments
 (0)