1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Rename workflow job step to Checkout

This commit is contained in:
Ryan Carsten Schmidt 2023-12-05 11:42:30 -06:00
parent 0a45e26c50
commit d1bfbac59e

View File

@ -6,9 +6,9 @@ jobs:
build-sdl:
name: Build SDL UI
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Checkout
uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get --allow-releaseinfo-change update && sudo apt-get --fix-missing install gcc-10 libsdl2-dev scons
- name: Make