remove raylib extras folder
This commit is contained in:
parent
f321d4fc89
commit
42c112d821
1 changed files with 0 additions and 3 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -41,7 +41,6 @@ jobs:
|
|||
cmake -DINCLUDE_EVERYTHING=on -DSUPPORT_FILEFORMAT_JPG=on -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
|
||||
make -j2
|
||||
sudo make install
|
||||
sudo cp ../src/extras/* /usr/local/include/
|
||||
|
||||
- name: Copy extras
|
||||
run: |
|
||||
|
@ -89,7 +88,6 @@ jobs:
|
|||
cmake -DINCLUDE_EVERYTHING=on -DSUPPORT_FILEFORMAT_JPG=on -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
|
||||
make -j2
|
||||
sudo make install
|
||||
sudo cp ../src/extras/* /usr/local/include/
|
||||
- name: Copy extras
|
||||
run: |
|
||||
sudo cp physac/src/physac.h /usr/local/include/
|
||||
|
@ -133,7 +131,6 @@ jobs:
|
|||
cmake -DINCLUDE_EVERYTHING=on -DSUPPORT_FILEFORMAT_JPG=on -DWITH_PIC=on -DCMAKE_BUILD_TYPE=Release ..
|
||||
make -j2
|
||||
sudo make install
|
||||
sudo cp ../src/extras/* /usr/local/include/
|
||||
- name: Copy extras
|
||||
run: |
|
||||
sudo cp physac/src/physac.h /usr/local/include/
|
||||
|
|
Reference in a new issue