This commit is contained in:
Johnny Cena 2025-08-19 23:04:14 +02:00
parent 0b03c1d0f9
commit ee41556f2c

View File

@ -33,7 +33,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |
git clone https://x-access-token:${GITHUB_TOKEN}@github.com/raysan5/raylib.com.git "${{ github.workspace }}/../raylib.com" git clone https://x-access-token:${GITHUB_TOKEN}@github.com/raysan5/raylib.com.git "${{ github.workspace }}/../raylib.com"
shell: cmd shell: bash
- name: Build and run rexm tool (GNU Makefile) - name: Build and run rexm tool (GNU Makefile)
# rexm should update all required files in raylib and even raylib.com repo, # rexm should update all required files in raylib and even raylib.com repo,