diff options
| author | Ray <[email protected]> | 2023-11-06 19:59:30 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-06 19:59:30 +0100 |
| commit | 9c816bbac1bcdcba7a2865d50609d0e90987dac3 (patch) | |
| tree | c9d7c297cbebc830133fccf6f145197d85e3e733 | |
| parent | a810976aa64df258167d8a18c068fc9cd22eeaab (diff) | |
| download | raylib-9c816bbac1bcdcba7a2865d50609d0e90987dac3.tar.gz raylib-9c816bbac1bcdcba7a2865d50609d0e90987dac3.zip | |
Update codeql.yml
| -rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 83871955..0972ff2c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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 |
