bash
This commit is contained in:
parent
0b03c1d0f9
commit
ee41556f2c
2
.github/workflows/update_examples.yml
vendored
2
.github/workflows/update_examples.yml
vendored
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user