diff options
| author | Ray <[email protected]> | 2022-11-15 12:23:24 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-15 12:23:24 +0100 |
| commit | 656f47b7cceded25af8dd7891d0fcf72fdbe742f (patch) | |
| tree | 72d3bfb274cfa6b739a7124324f3a092f8ad955a /.github | |
| parent | 2a88dc9bb71cd6fb95986ade0fb50a07a3d1e4a7 (diff) | |
| download | raylib-656f47b7cceded25af8dd7891d0fcf72fdbe742f.tar.gz raylib-656f47b7cceded25af8dd7891d0fcf72fdbe742f.zip | |
Update cmake.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index fc2885a9..0426bda5 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -36,7 +36,7 @@ jobs: runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Create Build Environment # Some projects don't allow in-source building, so create a separate build directory |
