This commit is contained in:
richard 2021-06-28 12:16:42 +01:00
parent f57e88238d
commit 6e4003db29

View file

@ -41,7 +41,6 @@ jobs:
# Runs a set of commands using the runners shell # Runs a set of commands using the runners shell
- name: Build raylib - name: Build raylib
run: | run: |
copy raylib-c\src\raylib.h raylib\raylib.h
cd raylib-c cd raylib-c
mkdir build mkdir build
cd build cd build