1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-16 15:29:34 +00:00

Switch to title case.

This seems to fit better with the fixed named steps.
This commit is contained in:
Thomas Harte 2019-11-14 13:50:03 -05:00 committed by GitHub
parent 40e1ec28fb
commit aee2890b25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: install dependencies
- name: Install dependencies
run: sudo apt-get install libsdl2-dev scons
- name: make
- name: Make
run: cd OSBindings/SDL; scons