Commit 07677fd 1 parent f8584c8 commit 07677fd Copy full SHA for 07677fd
File tree 3 files changed +15
-4
lines changed
3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,12 @@ name: Build Job for Pyodide
2
2
3
3
description : This composite action encapsulates the build job for creating the cross-build environment for Pyodide.
4
4
5
+ on :
6
+ workflow_call :
7
+
5
8
runs :
6
9
using : " composite"
7
10
steps :
8
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9
-
10
11
- uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
11
12
with :
12
13
python-version : " 3.12"
Original file line number Diff line number Diff line change @@ -13,4 +13,9 @@ concurrency:
13
13
14
14
jobs :
15
15
build :
16
- uses : ./.github/actions/build-xbuildenv
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
Original file line number Diff line number Diff line change @@ -11,7 +11,12 @@ concurrency:
11
11
12
12
jobs :
13
13
build :
14
- uses : ./.github/actions/build-xbuildenv
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
15
20
16
21
publish :
17
22
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments