1
0
mirror of https://github.com/TomHarte/CLK.git synced 2025-08-07 08:26:28 +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

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