Skip to content

Commit

Permalink
ci: use python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Sep 25, 2024
1 parent 43f8710 commit b6bec24
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
target: wasm32-wasi
default: true

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Get wasm-opt
run: |
curl -L https://github.com/WebAssembly/binaryen/releases/download/version_116/binaryen-version_116-x86_64-linux.tar.gz > binaryen.tar.gz
Expand Down Expand Up @@ -102,6 +107,11 @@ jobs:
target: ${{ matrix.target }}
default: true

- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: '3.12'

- name: Install gnu gcc
run: |
sudo apt-get update
Expand Down

0 comments on commit b6bec24

Please sign in to comment.