mirror of
https://github.com/TomHarte/CLK.git
synced 2025-02-19 07:31:15 +00:00
Rename workflow job step to Checkout
This commit is contained in:
parent
0a45e26c50
commit
d1bfbac59e
4
.github/workflows/ccpp.yml
vendored
4
.github/workflows/ccpp.yml
vendored
@ -6,9 +6,9 @@ jobs:
|
|||||||
build-sdl:
|
build-sdl:
|
||||||
name: Build SDL UI
|
name: Build SDL UI
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v3
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: sudo apt-get --allow-releaseinfo-change update && sudo apt-get --fix-missing install gcc-10 libsdl2-dev scons
|
run: sudo apt-get --allow-releaseinfo-change update && sudo apt-get --fix-missing install gcc-10 libsdl2-dev scons
|
||||||
- name: Make
|
- name: Make
|
||||||
|
Loading…
x
Reference in New Issue
Block a user