Commit 5f19480 1 parent 5582799 commit 5f19480 Copy full SHA for 5f19480
File tree 3 files changed +4
-12
lines changed
3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 9
9
build :
10
10
runs-on : ubuntu-latest
11
11
steps :
12
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13
+
12
14
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
13
15
with :
14
16
python-version : " 3.12"
Original file line number Diff line number Diff line change @@ -13,9 +13,4 @@ concurrency:
13
13
14
14
jobs :
15
15
build :
16
- runs-on : ubuntu-latest
17
- steps :
18
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
-
20
- - name : Build cross-build env
21
- uses : ./.github/actions/build-xbuildenv
16
+ uses : ./.github/workflows/build-xbuildenv.yml
Original file line number Diff line number Diff line change @@ -11,12 +11,7 @@ concurrency:
11
11
12
12
jobs :
13
13
build :
14
- runs-on : ubuntu-latest
15
- steps :
16
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
-
18
- - name : Build cross-build env
19
- uses : ./.github/actions/build-xbuildenv
14
+ uses : ./.github/workflows/build-xbuildenv.yml
20
15
21
16
publish :
22
17
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments