Skip to content

Commit aad6665

Browse files
committed
gh-actions: Don't need to install nuget pkgs for codeql
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 0c75d06 commit aad6665

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,14 @@ jobs:
2929
steps:
3030
- name: Checkout repository
3131
uses: actions/checkout@v4
32-
with:
33-
submodules: 'recursive'
34-
- name: Install Nuget Packages
35-
run: nuget restore .\packages.config -PackagesDirectory .\packages\
3632

3733
- name: Initialize CodeQL
3834
uses: github/codeql-action/init@v3
3935
with:
4036
languages: ${{ matrix.language }}
4137
config-file: microsoft/Windows-Driver-Developer-Supplemental-Tools/config/codeql-config.yml@development
4238
packs: +microsoft/windows-drivers@1.2.0-beta
39+
4340
- name: Retrieve and build all available solutions
4441
run: |
4542
msbuild FrameworkSensors\FrameworkSensors.sln /property:Configuration=Debug /property:Platform=x64

0 commit comments

Comments
 (0)