Skip to content

Commit 656d34a

Browse files
committed
测试CI文件
1 parent 0fa53c2 commit 656d34a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/psv_release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,19 @@ jobs:
1717
prerelease: true
1818
title: "Development Build"
1919

20+
checkout:
21+
runs-on: ubuntu-latest
22+
steps:
23+
- name: Checkout repository
24+
uses: actions/checkout@v2
25+
2026
build-psv:
2127
name: Make (PS Vita)
28+
needs: checkout
2229
runs-on: ubuntu-latest
2330
container: gnuton/vitasdk-docker:20240612
2431
timeout-minutes: 30
2532
steps:
26-
- uses: actions/checkout@v2
2733
- name: Build
2834
run: |
2935
export PATH="$VITASDK/bin:$PATH"

0 commit comments

Comments
 (0)