diff options
| author | Ray <[email protected]> | 2023-11-06 20:06:46 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-11-06 20:06:46 +0100 |
| commit | 386bf890a068ecfbc1c182cf9ca6d8f4c309fb34 (patch) | |
| tree | 41c4f5d5163e65256f0e8a486bf8e0140596a004 | |
| parent | adaecba162331129a9f5e9fe2999ce7fcfb5dc8b (diff) | |
| parent | 9c816bbac1bcdcba7a2865d50609d0e90987dac3 (diff) | |
| download | raylib-386bf890a068ecfbc1c182cf9ca6d8f4c309fb34.tar.gz raylib-386bf890a068ecfbc1c182cf9ca6d8f4c309fb34.zip | |
Merge branch 'master' of https://github.com/raysan5/raylib
| -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 9034fb65..d886db7c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -48,7 +48,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 |
