Browse Source

Update codeql.yml

pull/3512/head
Ray 1 year ago
committed by GitHub
parent
commit
9c816bbac1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/codeql.yml

+ 1
- 1
.github/workflows/codeql.yml View File

@ -46,7 +46,7 @@ jobs:
with:
submodules: recursive
- name: Create Build Environment
- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory
# We'll use this as our working directory for all subsequent commands
run: cmake -E make_directory ${{github.workspace}}/build

Loading…
Cancel
Save