Explorar el Código

Merge branch 'master' of https://github.com/raysan5/raylib

pull/2804/head
Ray hace 2 años
padre
commit
2604b9f72b
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      .github/workflows/cmake.yml
  2. +1
    -1
      .github/workflows/linux_examples.yml

+ 1
- 1
.github/workflows/cmake.yml Ver fichero

@ -36,7 +36,7 @@ jobs:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Create Build Environment - name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory # Some projects don't allow in-source building, so create a separate build directory

+ 1
- 1
.github/workflows/linux_examples.yml Ver fichero

@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup Environment - name: Setup Environment
run: | run: |

Cargando…
Cancelar
Guardar