mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-20 10:17:05 +00:00
Rename workflow job step to Checkout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user