diff --git a/.github/workflows/update_examples.yml b/.github/workflows/update_examples.yml index 8de6260e6..b3aee26ad 100644 --- a/.github/workflows/update_examples.yml +++ b/.github/workflows/update_examples.yml @@ -33,7 +33,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | 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) # rexm should update all required files in raylib and even raylib.com repo,