mirror of
https://github.com/joel16/VITAlbum.git
synced 2024-11-23 11:39:47 +00:00
This commit is contained in:
parent
0f2734a72b
commit
cac5d09991
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -10,8 +10,15 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: vitasdk/vitasdk:latest
|
container: vitasdk/vitasdk:latest
|
||||||
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Update git
|
||||||
|
run: |
|
||||||
|
apt update
|
||||||
|
apt install -y git
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user