mirror of
https://github.com/encounter/decomp-toolkit.git
synced 2025-06-25 16:03:28 +00:00
ci: Setup python venv for cargo-zigbuild
This commit is contained in:
parent
2e524e6806
commit
601c8e1a5e
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -129,7 +129,11 @@ jobs:
|
||||
sudo apt-get -y install ${{ matrix.packages }}
|
||||
- name: Install cargo-zigbuild
|
||||
if: matrix.build == 'zigbuild'
|
||||
run: pip install ziglang==0.13.0 cargo-zigbuild==0.19.1
|
||||
run: |
|
||||
python3 -m venv .venv
|
||||
. .venv/bin/activate
|
||||
echo PATH=$PATH >> $GITHUB_ENV
|
||||
pip install ziglang==0.13.0 cargo-zigbuild==0.19.1
|
||||
- name: Setup Rust toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user