mirror of
https://github.com/joel16/VITAlbum.git
synced 2024-11-23 03:29:54 +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:
|
||||
runs-on: ubuntu-latest
|
||||
container: vitasdk/vitasdk:latest
|
||||
|
||||
|
||||
steps:
|
||||
|
||||
- name: Update git
|
||||
run: |
|
||||
apt update
|
||||
apt install -y git
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user