Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Oct 3, 2023
1 parent d57a940 commit 9c0f47b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
- name: build 3.12 packages
run: |
cd $GITHUB_WORKSPACE
PYBUILD=3.12 BUILD_STATIC="emsdk hpy" bash ./scripts/build-pkg.sh
PYBUILD=3.12 PACKAGES="emsdk hpy pygame" BUILD_STATIC="emsdk hpy" bash ./scripts/build-pkg.sh
- name: build 3.12 loader
run: |
cd $GITHUB_WORKSPACE
PYBUILD=3.12 BUILD_STATIC="emsdk hpy" bash ./scripts/build-loader.sh
PYBUILD=3.12 PACKAGES="emsdk hpy pygame" BUILD_STATIC="emsdk hpy" bash ./scripts/build-loader.sh
- name: publishing
Expand Down

0 comments on commit 9c0f47b

Please sign in to comment.