mirror of
https://github.com/TomHarte/CLK.git
synced 2025-04-15 09:37:32 +00:00
Merge pull request #1125 from TomHarte/CheckoutV3
Update checkout action.
This commit is contained in:
commit
4b53082774
2
.github/workflows/ccpp.yml
vendored
2
.github/workflows/ccpp.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install dependencies
|
||||
run: sudo apt-get --allow-releaseinfo-change update && sudo apt-get --fix-missing install libsdl2-dev scons
|
||||
- name: Make
|
||||
|
Loading…
x
Reference in New Issue
Block a user