Added make setup command to macOS and Ubuntu build workflows

This commit is contained in:
Jonathan Moallem 2020-11-23 03:26:29 +11:00
parent cdf74e8c30
commit 0ec85ea512
2 changed files with 4 additions and 0 deletions

View File

@ -12,5 +12,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: make setup
run: make setup
- name: make
run: make

View File

@ -16,5 +16,7 @@ jobs:
run: sudo apt-get update
- 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
- name: make setup
run: make setup
- name: make
run: make