Don't use codeql pack install --verify

This shouldn't fail, but currently does due to a bug and is unnecessary in any case.
This commit is contained in:
Chris Smowton
2022-01-19 18:40:05 +00:00
committed by GitHub
parent 7fd2fff1ba
commit 7f39b1e12c

View File

@@ -98,8 +98,6 @@ jobs:
test-win:
name: Test Windows
runs-on: windows-latest
env:
CODEQL_LOCK_MODE: verify
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v1