Added make setup command to macOS and Ubuntu build workflows
This commit is contained in:
parent
cdf74e8c30
commit
0ec85ea512
2
.github/workflows/macOS-build.yml
vendored
2
.github/workflows/macOS-build.yml
vendored
@ -12,5 +12,7 @@ jobs:
|
|||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: make setup
|
||||||
|
run: make setup
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
2
.github/workflows/ubuntu-build.yml
vendored
2
.github/workflows/ubuntu-build.yml
vendored
@ -16,5 +16,7 @@ jobs:
|
|||||||
run: sudo apt-get update
|
run: sudo apt-get update
|
||||||
- name: install raylib dependencies
|
- name: install raylib dependencies
|
||||||
run: sudo apt install libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev
|
run: sudo apt install libasound2-dev mesa-common-dev libx11-dev libxrandr-dev libxi-dev xorg-dev libgl1-mesa-dev libglu1-mesa-dev
|
||||||
|
- name: make setup
|
||||||
|
run: make setup
|
||||||
- name: make
|
- name: make
|
||||||
run: make
|
run: make
|
||||||
|
Loading…
Reference in New Issue
Block a user